Fix rest of the code to support compat layer
[lttng-tools.git] / src / common / runas.c
index 07912a7d68bf7ce97cf7ba765194fd66e28334c8..bee107951d8664e6f111ed5ff260574407f0c3a3 100644 (file)
 #include <unistd.h>
 #include <fcntl.h>
 #include <sched.h>
-#include <sys/mman.h>
+#include <sys/signal.h>
 
 #include <common/error.h>
+#include <common/compat/mman.h>
+#include <common/compat/clone.h>
 
 #include "runas.h"
 
This page took 0.022533 seconds and 4 git commands to generate.