1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

include process.h to get the _getpid() proto

This commit is contained in:
Daniel Stenberg 2004-02-05 12:19:13 +00:00
parent 6dffe9702d
commit a271cfb697

View File

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