]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix compilation warning
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 12 Jul 2010 13:13:18 +0000 (15:13 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 12 Jul 2010 13:13:18 +0000 (15:13 +0200)
Add missing include.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/stop.c

index f441e46c621f0c13f8facd5ea0e84c5784deb2a0..884eccef5b676a09bdff840b1ce14877db6f170f 100644 (file)
@@ -35,6 +35,7 @@
 #include <lxc/log.h>
 #include <lxc/start.h>
 
+#include "lxc.h"
 #include "commands.h"
 
 lxc_log_define(lxc_stop, lxc);