aboutsummaryrefslogtreecommitdiff
path: root/include/ntp_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_types.h')
-rw-r--r--include/ntp_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ntp_types.h b/include/ntp_types.h
index 1c66165b3b38..a947f30575e5 100644
--- a/include/ntp_types.h
+++ b/include/ntp_types.h
@@ -15,7 +15,8 @@
#include <sys/types.h>
#if defined(HAVE_INTTYPES_H)
# include <inttypes.h>
-#elif defined(HAVE_STDINT_H)
+#endif
+#if defined(HAVE_STDINT_H)
# include <stdint.h>
#endif