From 84bbd17b4d5a061b3d3fc6284a6dac7ed626b48c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 21 Oct 2006 17:26:46 +0000 Subject: Add missing include git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@98 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/wordaccess_generic.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/util/wordaccess_generic.h b/lib/util/wordaccess_generic.h index 7f27ef74..762b2a94 100644 --- a/lib/util/wordaccess_generic.h +++ b/lib/util/wordaccess_generic.h @@ -9,6 +9,8 @@ * Specified by the user with WORDACCESS_GENERIC =============================================================================*/ +#include "pm_config.h" + typedef uint32_t wordint; typedef unsigned char wordintBytes[sizeof(wordint)]; -- cgit 1.4.1