]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing syscall.h include to utils.h
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 10:28:17 +0000 (12:28 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 19 Aug 2013 12:33:10 +0000 (14:33 +0200)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/utils.h

index cd08f054f841f7b8807dc2ba4afbd4b8dbb98117..20853b240c367257c607d460f309ad971dbbd8d6 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <errno.h>
 #include <stdarg.h>
+#include <sys/syscall.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include "config.h"