From 69d192ba1e2279945275c3987e4bf97bbaaad4b3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Feb 2004 12:19:13 +0000 Subject: [PATCH] include process.h to get the _getpid() proto --- nameser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nameser.h b/nameser.h index 6f68f41..73a9e18 100644 --- a/nameser.h +++ b/nameser.h @@ -5,6 +5,7 @@ port build */ #include +#include /* for the _getpid() proto */ #include #define MAXHOSTNAMELEN 256 -- 2.7.4