diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 12:19:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 12:19:13 +0000 |
commit | a271cfb69714877e1f6b09c2d132fabdf1d2224c (patch) | |
tree | a25321c2261f0f499a1a24a82c0e999a60d426a1 /ares | |
parent | 6dffe9702d4ea9a851005c2437c48fcfac865431 (diff) |
include process.h to get the _getpid() proto
Diffstat (limited to 'ares')
-rw-r--r-- | ares/nameser.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <windows.h> +#include <process.h> /* for the _getpid() proto */ #include <sys/types.h> #define MAXHOSTNAMELEN 256 |