From: Daniel Stenberg Date: Thu, 5 Feb 2004 12:19:13 +0000 (+0000) Subject: include process.h to get the _getpid() proto X-Git-Tag: cares-1_1_0~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a271cfb69714877e1f6b09c2d132fabdf1d2224c;p=curl include process.h to get the _getpid() proto --- 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