Commit a271cfb6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include process.h to get the _getpid() proto

parent 6dffe970
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
   port build */

#include <windows.h>
#include <process.h> /* for the _getpid() proto */
#include <sys/types.h>

#define MAXHOSTNAMELEN 256