fixed psgi compilation

This commit is contained in:
roberto@natty32
2011-03-16 21:29:52 +01:00
parent c8b4ba2b5b
commit f74e61b126
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#undef __USE_GNU
#include "../../uwsgi.h"
#include <EXTERN.h>
+2
View File
@@ -99,7 +99,9 @@
#ifdef __linux
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <sched.h>
#include <sys/prctl.h>
#include <linux/limits.h>