fix dropcache and retry-open mechanism
[archipelago] / xseg / xtypes / xobj.c
index b108a4b..c26ef96 100644 (file)
@@ -151,3 +151,7 @@ out:
        return obj;
 }
 
+#ifdef __KERNEL__
+#include <linux/module.h>
+#include <xtypes/xobj_exports.h>
+#endif