File wordaccess-include-be.patch of Package netpbm
Index: netpbm-10.63.1/lib/util/wordaccess.h
===================================================================
--- netpbm-10.63.1.orig/lib/util/wordaccess.h
+++ netpbm-10.63.1/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)