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