]> 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 655454f39529ae66975ec0049611c4061baac067..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>
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include "cgroups/cgroup_utils.h"
 #include "lxctest.h"
 #include "namespace.h"
-#include "raw_syscalls.h"
+#include "process_utils.h"
 #include "utils.h"
 
 int main(int argc, char *argv[])