include process.h to get the _getpid() proto
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 12:19:13 +0000 (12:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 12:19:13 +0000 (12:19 +0000)
nameser.h

index 6f68f41..73a9e18 100644 (file)
--- 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