From a271cfb69714877e1f6b09c2d132fabdf1d2224c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Feb 2004 12:19:13 +0000 Subject: include process.h to get the _getpid() proto --- ares/nameser.h | 1 + 1 file changed, 1 insertion(+) 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 +#include /* for the _getpid() proto */ #include #define MAXHOSTNAMELEN 256 -- cgit v1.2.3