]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
avoid compile warning lxc_init.c
authorMichel Normand <normand@fr.ibm.com>
Thu, 29 Apr 2010 08:03:58 +0000 (10:03 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 29 Apr 2010 08:03:58 +0000 (10:03 +0200)
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc_init.c

index c151dd6c4d852a07a7b6184573a22a327979be1f..05b429735aa76820ec37983fd5d0701b1a14e54e 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <lxc/log.h>
 #include <lxc/error.h>
+#include "utils.h"
 
 lxc_log_define(lxc_init, lxc);