From 03c430017d34f0b4f96b7764326db0cbcc5f7357 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 7 Nov 2006 22:08:29 +0000 Subject: Include pm.h in wordaccess_*_le.h git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@114 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/wordaccess_64_le.h | 2 ++ lib/util/wordaccess_gcc3_le.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/util/wordaccess_64_le.h b/lib/util/wordaccess_64_le.h index 2343b6d4..83bbf2bf 100644 --- a/lib/util/wordaccess_64_le.h +++ b/lib/util/wordaccess_64_le.h @@ -15,6 +15,8 @@ */ #include /* See note above on bswap_64 */ + +#include "pm.h" typedef uint64_t wordint; typedef unsigned char wordintBytes[sizeof(wordint)]; diff --git a/lib/util/wordaccess_gcc3_le.h b/lib/util/wordaccess_gcc3_le.h index 7db218db..798566af 100644 --- a/lib/util/wordaccess_gcc3_le.h +++ b/lib/util/wordaccess_gcc3_le.h @@ -15,6 +15,8 @@ typedef unsigned char wordintBytes[sizeof(wordint)]; #include #include +#include "pm.h" + /* Here we use the more widely used functions htonl and ntohl instead of bswap_32. This makes possible the handling of weird byte ordering -- cgit 1.4.1