mirror of
https://github.com/curl/curl.git
synced 2025-09-16 00:52:42 +03:00
include process.h to get the _getpid() proto
This commit is contained in:
parent
6dffe9702d
commit
a271cfb697
|
@ -5,6 +5,7 @@
|
||||||
port build */
|
port build */
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <process.h> /* for the _getpid() proto */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#define MAXHOSTNAMELEN 256
|
#define MAXHOSTNAMELEN 256
|
||||||
|
|
Loading…
Reference in New Issue
Block a user