diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ #ifndef DEFS_H_ #define DEFS_H_ +#include <stdio.h> + #ifndef NULL #define NULL 0 #endif |
index : mandelbrot-explorer.git | ||
Mandelbrot-Explorer in C/OpenCL and GTK |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/defs.h | 2 |
@@ -8,6 +8,8 @@ #ifndef DEFS_H_ #define DEFS_H_ +#include <stdio.h> + #ifndef NULL #define NULL 0 #endif |