Skip to content

Commit

Permalink
Add headers for getpid()
Browse files Browse the repository at this point in the history
  • Loading branch information
pquerna committed Jun 5, 2012
1 parent 1cac962 commit c4bae07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/luv_process.c
Expand Up @@ -17,6 +17,11 @@

#include <stdlib.h>
#include <string.h>
#if defined(__MINGW32__) || defined(_MSC_VER)
#include <process.h>
#else
#include <unistd.h>
#endif


#include "luv_process.h"
Expand Down

0 comments on commit c4bae07

Please sign in to comment.