summaryrefslogtreecommitdiff
path: root/nameser.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-05 12:19:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-05 12:19:13 +0000
commit69d192ba1e2279945275c3987e4bf97bbaaad4b3 (patch)
tree1cbec4dd5edc6b126b998ffc03de61a9d47c7162 /nameser.h
parentd4c916822a6e7a310cad3c6d113f5c28fe4d5877 (diff)
downloadc-ares-69d192ba1e2279945275c3987e4bf97bbaaad4b3.tar.gz
c-ares-69d192ba1e2279945275c3987e4bf97bbaaad4b3.tar.bz2
c-ares-69d192ba1e2279945275c3987e4bf97bbaaad4b3.zip
include process.h to get the _getpid() proto
Diffstat (limited to 'nameser.h')
-rw-r--r--nameser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nameser.h b/nameser.h
index 6f68f41..73a9e18 100644
--- a/nameser.h
+++ b/nameser.h
@@ -5,6 +5,7 @@
port build */
#include <windows.h>
+#include <process.h> /* for the _getpid() proto */
#include <sys/types.h>
#define MAXHOSTNAMELEN 256