diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-05-11 01:32:49 +0200 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-05-11 01:32:49 +0200 |
commit | ef9c9ab9b64a6f3b5154e5340ffdcd1d211ec4c5 (patch) | |
tree | 843d02d359632f459b94129a16ec89a6b2d85780 /sysdep/unix | |
parent | dd8d2acd3c4ed7d7eb56ca9dbb7c9a6d43e2a869 (diff) | |
download | bird-ef9c9ab9b64a6f3b5154e5340ffdcd1d211ec4c5.tar bird-ef9c9ab9b64a6f3b5154e5340ffdcd1d211ec4c5.zip |
OpenBSD port related changes.
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/endian.h | 3 |
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 |