mirror of
https://github.com/curl/curl.git
synced 2026-05-19 03:16:24 +03:00
include process.h to get the _getpid() proto
This commit is contained in:
parent
6dffe9702d
commit
a271cfb697
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
port build */
|
||||
|
||||
#include <windows.h>
|
||||
#include <process.h> /* for the _getpid() proto */
|
||||
#include <sys/types.h>
|
||||
|
||||
#define MAXHOSTNAMELEN 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue