From c20a2c66cf7ce37cc3600019a164ad4dc6d9babf Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 21 Oct 2006 17:28:36 +0000 Subject: move include of pm_config.h to main wordaccess.h file git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@99 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/wordaccess.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/util/wordaccess.h') diff --git a/lib/util/wordaccess.h b/lib/util/wordaccess.h index 28963aee..08034361 100644 --- a/lib/util/wordaccess.h +++ b/lib/util/wordaccess.h @@ -37,6 +37,9 @@ We also assume that a char is 8 bits. */ + +#include "pm_config.h" + #if (!defined(WORDACCESS_GENERIC) \ && defined(__GNUC__) && defined(__GLIBC__) \ && (__GNUC__ * 100 + __GNUC_MINOR__ >= 304) ) -- cgit 1.4.1