about summary refs log tree commit diff
path: root/lib/util/wordaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/wordaccess.h')
-rw-r--r--lib/util/wordaccess.h3
1 files changed, 3 insertions, 0 deletions
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) )