about summary refs log tree commit diff
path: root/resolv/resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/resolv.h')
-rw-r--r--resolv/resolv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/resolv/resolv.h b/resolv/resolv.h
index 4dae715659..06dba63182 100644
--- a/resolv/resolv.h
+++ b/resolv/resolv.h
@@ -61,14 +61,16 @@
 #ifndef _RESOLV_H
 #define	_RESOLV_H 1
 
+#include <features.h>
+
 #include <sys/param.h>
 #if (!defined(BSD)) || (BSD < 199306)
 # include <sys/bitypes.h>
 #else
 # include <sys/types.h>
 #endif
-#include <sys/cdefs.h>
 #include <stdio.h>
+#include <netinet/in.h>
 
 /*
  * Revision information.  This is the release date in YYYYMMDD format.