From 84e2e0921bb5bf593c65513a2a922867f66c1dbd Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 28 Jun 2007 14:20:55 +0000 Subject: Add missing git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@343 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- generator/ppmrough.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'generator/ppmrough.c') 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 #include #include -#include "ppm.h" + #include "shhopt.h" +#include "ppm.h" static pixel** PIX; static pixval BG_RED, BG_GREEN, BG_BLUE; -- cgit 1.4.1