From: Stéphane Graber Date: Fri, 16 Aug 2013 10:28:17 +0000 (+0200) Subject: Add missing syscall.h include to utils.h X-Git-Tag: lxc-1.0.0.alpha1~1^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec346ea11f76d0797035c476794104a3230531f9;p=thirdparty%2Flxc.git Add missing syscall.h include to utils.h Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/utils.h b/src/lxc/utils.h index cd08f054f..20853b240 100644 --- a/src/lxc/utils.h +++ b/src/lxc/utils.h @@ -25,6 +25,7 @@ #include #include +#include #include #include #include "config.h"