-fix
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 Dec 2011 08:51:16 +0000 (08:51 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 Dec 2011 08:51:16 +0000 (08:51 +0000)
src/include/gnunet_common.h

index f57c18cb7bfe7cf49709e1fdf3aee80ef4b9a647..665697a976ed4e382dd7a0485d6be369d4eaa7f5 100644 (file)
@@ -85,6 +85,7 @@
 #  define GNUNET_htole64(x) (x)
 #  define GNUNET_be64toh(x) __bswap_64 (x)
 #  define GNUNET_le64toh(x) (x)
+#endif
 # if __BYTE_ORDER == __BIG_ENDIAN
 #  define GNUNET_htobe16(x) (x)
 #  define GNUNET_htole16(x) __bswap_16 (x)
 #  define GNUNET_htole64(x) __bswap_64 (x)
 #  define GNUNET_be64toh(x) (x)
 #  define GNUNET_le64toh(x) __bswap_64 (x)
-# endif
 #endif
 
 
 
+
 /**
  * gcc-ism to get packed structs.
  */