Skip to content

Commit

Permalink
added __USE_UNIX98 to pthread.h
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Jan 30, 2013
1 parent 7ed3eb3 commit b4b5c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uwsgi.h
Expand Up @@ -239,6 +239,7 @@ extern int pivot_root(const char *new_root, const char *put_old);
#include <sys/un.h>

#include <fcntl.h>
#define __USE_UNIX98
#include <pthread.h>

#include <sys/resource.h>
Expand Down

0 comments on commit b4b5c01

Please sign in to comment.