# HG changeset patch # User reimar # Date 1182695392 0 # Node ID c2034e89e9a2c4de6091ac050b3979210fa324a0 # Parent bba4d248d13ab4471f1f5930aa1138b268233e75 intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. diff -r bba4d248d13a -r c2034e89e9a2 intreadwrite.h --- a/intreadwrite.h Sun Jun 24 12:23:34 2007 +0000 +++ b/intreadwrite.h Sun Jun 24 14:29:52 2007 +0000 @@ -20,6 +20,7 @@ #define INTREADWRITE_H #include +#include "bswap.h" #ifdef __GNUC__