]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing include of signal.h
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Feb 2014 18:53:31 +0000 (13:53 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Feb 2014 18:57:31 +0000 (13:57 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/start.h

index 63fa8b45b28f6b356068742543661e27790f3403..e2d6bc89573213f0a7e0320201a5be64cb3e07c5 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef __lxc_state_h
 #define __lxc_state_h
 
+#include <signal.h>
 #include <sys/param.h>
 
 #include "config.h"