From: Clement Calmels Date: Mon, 18 Jan 2010 22:08:12 +0000 (+0100) Subject: remove warning in parse.c:80 X-Git-Tag: lxc-0.6.5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa5aa7c6af5ccce78873c06e37ddaa6efd9dd17;p=thirdparty%2Flxc.git remove warning in parse.c:80 Signed-off-by: Clement Calmels Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/parse.c b/src/lxc/parse.c index 0ae21e0ed..ee6b5de83 100644 --- a/src/lxc/parse.c +++ b/src/lxc/parse.c @@ -20,8 +20,10 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#define _GNU_SOURCE #include +#undef _GNU_SOURCE +#include #include #include #include