SHUTDOWN
[oweals/gnunet.git] / src / include / platform.h
index 230031307ca5c48ec745ab52bd10ff26ae7e6436..4bdebf90f436e37833ea44fe5dcb0fcd60f9be22 100644 (file)
 #include <vfork.h>
 #endif
 
-#if HAVE_CTYPE_H
 #include <ctype.h>
-#endif
 #if HAVE_SYS_RESOURCE_H
 #include <sys/resource.h>
 #endif
 
+#if HAVE_ENDIAN_H
+#include <endian.h>
+#endif
+#if HAVE_SYS_ENDIAN_H
+#include <sys/endian.h>
+#endif
+
 #include "plibc.h"
 
 #include <locale.h>