From: Stéphane Graber Date: Fri, 6 Dec 2013 23:24:41 +0000 (-0500) Subject: lxc_monitor: Add missing include (errno.h) X-Git-Tag: lxc-1.0.0.beta1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd580e6deb730e3f700b2f7aea113aa9717bed22;p=thirdparty%2Flxc.git lxc_monitor: Add missing include (errno.h) Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/lxc_monitor.c b/src/lxc/lxc_monitor.c index 4ac927a5d..be381b067 100644 --- a/src/lxc/lxc_monitor.c +++ b/src/lxc/lxc_monitor.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include