--- lxc-0.7.3/src/lxc/conf.c	2011-02-21 13:33:17.221028680 -0500
+++ lxc-0.7.3/src/lxc/conf.c	2011-02-21 13:19:06.970115609 -0500
@@ -35,6 +35,10 @@
 
 #include <linux/loop.h>
 
+#ifndef LO_FLAGS_AUTOCLEAR
+	#define LO_FLAGS_AUTOCLEAR 4
+#endif
+
 #include <sys/types.h>
 #include <sys/utsname.h>
 #include <sys/param.h>
