diff options
Diffstat (limited to 'sysdep/unix/endian.h')
-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 |