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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wordaccess.h b/lib/util/wordaccess.h
index 09a896c4..df0eaf12 100644
--- a/lib/util/wordaccess.h
+++ b/lib/util/wordaccess.h
@@ -49,10 +49,10 @@
   #include "wordaccess_generic.h"
 #elif BYTE_ORDER == BIG_ENDIAN
   #if UNALIGNED_OK
-     #include wordaccess_be_unaligned.h
+     #include "wordaccess_be_unaligned.h"
   #else
     /* Sparc */
-    #include wordaccess_be_aligned.h
+    #include "wordaccess_be_aligned.h"
   #endif
 #elif HAVE_GCC_BITCOUNT
   #if (BITS_PER_LONG == 64)