From 670b75aa29afd392546617624e41a472f28ccc16 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 16 Sep 2006 18:54:53 +0000 Subject: Use common definition of 'bool' git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@60 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/scanargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urt') diff --git a/urt/scanargs.c b/urt/scanargs.c index 416f2380..b91f3e37 100644 --- a/urt/scanargs.c +++ b/urt/scanargs.c @@ -49,9 +49,9 @@ #include #endif +#include "pm_c_util.h" #include "nstring.h" -typedef char bool; /* * An explicit assumption is made in this code that all pointers look * alike, except possible char * pointers. -- cgit 1.4.1