From e67bed431a38919d441369bbd192ebcf769d2f75 Mon Sep 17 00:00:00 2001 From: "roberto@longshot" Date: Fri, 9 Sep 2011 18:43:08 +0200 Subject: [PATCH] a fix for older gcc --- uwsgi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwsgi.h b/uwsgi.h index fbe1fc5d..063640a6 100644 --- a/uwsgi.h +++ b/uwsgi.h @@ -114,7 +114,9 @@ extern char UWSGI_EMBED_CONFIG_END; #include #include +#define __USE_ISOC99 #include +#undef __USE_ISOC99 #include #include