]> granicus.if.org Git - curl/commitdiff
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)
ares/nameser.h

index 6f68f41d00bb89104f29e770adb7a90f263fa700..73a9e18423461b2dc6f295d5f31f9104d47b8bbc 100644 (file)
@@ -5,6 +5,7 @@
    port build */
 
 #include <windows.h>
+#include <process.h> /* for the _getpid() proto */
 #include <sys/types.h>
 
 #define MAXHOSTNAMELEN 256