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 --- doc/HISTORY | 2 ++ generator/ppmrough.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY b/doc/HISTORY index d244e8d3..051dfe2e 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -15,6 +15,8 @@ not yet BJH Release 10.40.00 Build: don't use 'uint' type. Solaris 10 apparently doesn't have it. + Build: Add missing to ppmrough.c. + 07.06.26 BJH Release 10.39.00 Add pamtooctave. Thanks Scott Pakin (scott@pakin.org). 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