a fix for older gcc

This commit is contained in:
roberto@longshot
2011-09-09 18:43:08 +02:00
parent 72613a9f48
commit e67bed431a
+2
View File
@@ -114,7 +114,9 @@ extern char UWSGI_EMBED_CONFIG_END;
#include <stdarg.h>
#include <errno.h>
#define __USE_ISOC99
#include <ctype.h>
#undef __USE_ISOC99
#include <sys/time.h>
#include <unistd.h>