diff options
Diffstat (limited to 'generator')
-rw-r--r-- | generator/ppmrough.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generator/ppmrough.c b/generator/ppmrough.c index f8823173..879bcb06 100644 --- a/generator/ppmrough.c +++ b/generator/ppmrough.c @@ -10,10 +10,12 @@ ** documentation. This software is provided "as is" without express or ** implied warranty. */ +#include <stdlib.h> #include <math.h> #include <sys/time.h> -#include "ppm.h" + #include "shhopt.h" +#include "ppm.h" static pixel** PIX; static pixval BG_RED, BG_GREEN, BG_BLUE; |