]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/parse.c
github: Update for main branch
[mirror_lxc.git] / src / lxc / parse.c
index 5a5b8534587338bdaeeb2b373cbb188653a489b8..c174de96c272eee3ab766cc635ef547ff07d6107 100644 (file)
@@ -1,8 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1
-#endif
+#include "config.h"
+
 #include <dirent.h>
 #include <errno.h>
 #include <limits.h>
@@ -12,7 +11,6 @@
 #include <sys/mman.h>
 #include <sys/sendfile.h>
 
-#include "config.h"
 #include "file_utils.h"
 #include "log.h"
 #include "macro.h"