Skip to content
Snippets Groups Projects
Commit a271cfb6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include process.h to get the _getpid() proto

parent 6dffe970
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
port build */
#include <windows.h>
#include <process.h> /* for the _getpid() proto */
#include <sys/types.h>
#define MAXHOSTNAMELEN 256
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment