about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/util/wordaccess_64_le.h2
-rw-r--r--lib/util/wordaccess_gcc3_le.h2
2 files changed, 4 insertions, 0 deletions
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 <byteswap.h>  /* 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 <sys/types.h>
 #include <netinet/in.h>
 
+#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