From aafd4e757d6558c20f9a809a366d620b57c0413a Mon Sep 17 00:00:00 2001 From: Unbit Date: Mon, 24 Jun 2013 16:15:17 +0200 Subject: [PATCH] another uclibc fix --- uwsgi.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uwsgi.h b/uwsgi.h index 9f77c857..64d22c47 100644 --- a/uwsgi.h +++ b/uwsgi.h @@ -212,8 +212,11 @@ extern "C" { #ifdef __linux__ - - +#ifdef __UCLIBC__ +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif +#endif #include #include #include