From ec346ea11f76d0797035c476794104a3230531f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 16 Aug 2013 12:28:17 +0200 Subject: [PATCH] Add missing syscall.h include to utils.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- src/lxc/utils.h | 1 + 1 file changed, 1 insertion(+) 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"