]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/tests/lxc_raw_clone.c
github: Update for main branch
[mirror_lxc.git] / src / tests / lxc_raw_clone.c
index f72e20cccda6e4c16b09aff7d586800cfd839953..1225d023d6b081c08f4acb05bb9fdbde1e2bec46 100644 (file)
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#define _GNU_SOURCE
-#define __STDC_FORMAT_MACROS
+#include "config.h"
+
 #include <errno.h>
 #include <fcntl.h>
 #include <inttypes.h>
@@ -37,6 +37,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include "cgroups/cgroup_utils.h"
 #include "lxctest.h"
 #include "namespace.h"
 #include "process_utils.h"