aboutsummaryrefslogtreecommitdiff
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
commita271cfb69714877e1f6b09c2d132fabdf1d2224c (patch)
treea25321c2261f0f499a1a24a82c0e999a60d426a1
parent6dffe9702d4ea9a851005c2437c48fcfac865431 (diff)
include process.h to get the _getpid() proto
-rw-r--r--ares/nameser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/nameser.h b/ares/nameser.h
index 6f68f41d0..73a9e1842 100644
--- a/ares/nameser.h
+++ b/ares/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