aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 08:17:12 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 08:17:12 +0000
commit08c24f11bf22ee490e530e2ff53a4beb6f34e8e5 (patch)
tree216213b77d3c837b2b94d9ecee9e5541a23c6cb6 /src/include
parentff0bde35c789ef8ada1c6aa6235c58b05886ed40 (diff)
downloadgnunet-08c24f11bf22ee490e530e2ff53a4beb6f34e8e5.tar.gz
gnunet-08c24f11bf22ee490e530e2ff53a4beb6f34e8e5.zip
need endian macros
Diffstat (limited to 'src/include')
-rw-r--r--src/include/platform.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 230031307..188c76e2d 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -180,6 +180,13 @@
180#include <sys/resource.h> 180#include <sys/resource.h>
181#endif 181#endif
182 182
183#if HAVE_ENDIAN_H
184#include <endian.h>
185#endif
186#if HAVE_SYS_ENDIAN_H
187#include <sys/endian.h>
188#endif
189
183#include "plibc.h" 190#include "plibc.h"
184 191
185#include <locale.h> 192#include <locale.h>