[lxc-devel] [PATCH 07/17] Add missing syscall.h include to utils.h

Stéphane Graber stgraber at ubuntu.com
Fri Aug 16 15:13:53 UTC 2013


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/lxc/utils.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lxc/utils.h b/src/lxc/utils.h
index cd08f05..20853b2 100644
--- a/src/lxc/utils.h
+++ b/src/lxc/utils.h
@@ -25,6 +25,7 @@
 
 #include <errno.h>
 #include <stdarg.h>
+#include <sys/syscall.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include "config.h"
-- 
1.8.3.2





More information about the lxc-devel mailing list