better iso99 check

This commit is contained in:
roberto@dexter
2011-09-09 18:44:18 +02:00
parent e67bed431a
commit cc84a596d6
+2 -1
View File
@@ -114,9 +114,10 @@ extern char UWSGI_EMBED_CONFIG_END;
#include <stdarg.h>
#include <errno.h>
#ifndef __USE_ISOC99
#define __USE_ISOC99
#endif
#include <ctype.h>
#undef __USE_ISOC99
#include <sys/time.h>
#include <unistd.h>