]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/destroy.c
use config.h to define the lxcpath and co
[mirror_lxc.git] / src / lxc / destroy.c
index 63d7c3a1237bf13fe1b8e5f5d6938b6b92d27e2a..d0e7b52d8f17731dd130e1896509499246ee9cb7 100644 (file)
@@ -33,6 +33,8 @@
 #include <lxc/lxc.h>
 #include <lxc/log.h>
 
+#include "config.h"
+
 lxc_log_define(lxc_destroy, lxc);
 
 static int remove_lxc_directory(const char *dirname)