From b8529ae46439da3e4a5019ad760f447385cadd55 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 1 Jan 2015 22:52:27 +0000 Subject: Release 10.69.01 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2366 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/specialty/pgmabel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editor/specialty/pgmabel.c') diff --git a/editor/specialty/pgmabel.c b/editor/specialty/pgmabel.c index 4914c4be..1764c5d7 100644 --- a/editor/specialty/pgmabel.c +++ b/editor/specialty/pgmabel.c @@ -38,15 +38,15 @@ static const char* const version="$VER: pgmabel 1.009 (24 Jan 2002)"; #include #include /* for calloc */ -#include "pgm.h" + +#include "pm_c_util.h" #include "mallocvar.h" +#include "pgm.h" #ifndef PID2 /* PI/2 (on AMIGA always defined) */ #define PID2 1.57079632679489661923 #endif -#define TRUE 1 -#define FALSE 0 /* some global variables */ static double *aldl, *ardl; /* pointer for weighting factors */ -- cgit 1.4.1