From: Stéphane Graber Date: Thu, 6 Feb 2014 18:53:31 +0000 (-0500) Subject: Add missing include of signal.h X-Git-Tag: lxc-1.0.0.beta4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc56d325f06c50f5c4e71f2146b3f16d35dd4f4;p=thirdparty%2Flxc.git Add missing include of signal.h Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/start.h b/src/lxc/start.h index 63fa8b45b..e2d6bc895 100644 --- a/src/lxc/start.h +++ b/src/lxc/start.h @@ -23,6 +23,7 @@ #ifndef __lxc_state_h #define __lxc_state_h +#include #include #include "config.h"