summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/endian.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-05-21 09:26:59 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-05-21 09:26:59 +0200
commit6c84554b671fce473fe333ab3d8b548a0768882b (patch)
treefff55c05f21325230e5470825bd03d48742875c1 /sysdep/unix/endian.h
parentf434d19174cb2d3054a00248ca609aa87bf8c263 (diff)
parent4d176e14509c71823a539b3c8b6103e254296d4f (diff)
downloadbird-6c84554b671fce473fe333ab3d8b548a0768882b.tar
bird-6c84554b671fce473fe333ab3d8b548a0768882b.zip
Merge branch 'master' into dev
Diffstat (limited to 'sysdep/unix/endian.h')
-rw-r--r--sysdep/unix/endian.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/endian.h b/sysdep/unix/endian.h
index 58c746f..bc48631 100644
--- a/sysdep/unix/endian.h
+++ b/sysdep/unix/endian.h
@@ -13,5 +13,8 @@
#include <sys/types.h>
#include <netinet/in.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
#endif