mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
include process.h to get the _getpid() proto
This commit is contained in:
parent
6dffe9702d
commit
a271cfb697
@ -5,6 +5,7 @@
|
||||
port build */
|
||||
|
||||
#include <windows.h>
|
||||
#include <process.h> /* for the _getpid() proto */
|
||||
#include <sys/types.h>
|
||||
|
||||
#define MAXHOSTNAMELEN 256
|
||||
|
Loading…
Reference in New Issue
Block a user