summaryrefslogtreecommitdiffstats
path: root/rfc1035/rfc1035.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfc1035/rfc1035.h')
-rw-r--r--rfc1035/rfc1035.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rfc1035/rfc1035.h b/rfc1035/rfc1035.h
index 9a92c1b..3c802e0 100644
--- a/rfc1035/rfc1035.h
+++ b/rfc1035/rfc1035.h
@@ -21,7 +21,9 @@
#if HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
-
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
#ifdef __cplusplus
extern "C" {
#endif