Skip to content

Commit 90535d9

Browse files
committed
Plugins: Add missing includes to config.h
1 parent b0a35cc commit 90535d9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libvisual-plugins/plugins/actor/nastyfft/actor_nastyfft.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
1919
***************************************************************************/
2020

21+
#include <config.h>
22+
2123
#include <stdio.h>
2224
#include <stdlib.h>
2325
#include <unistd.h>

libvisual-plugins/plugins/actor/pseudotoad_flower/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2323
*/
2424

25+
#include <config.h>
26+
2527
#include <stdio.h>
2628
#include <math.h>
2729
#include <stdlib.h>

0 commit comments

Comments
 (0)