chiark / gitweb /
shared: missing.h should include btrfs.h, before redefining some of its definitions
[elogind.git] / src / shared / missing.h
index f226197555facdbd7a98e4bc705587860b243a66..c547479ad277651058a96d117742b153f572ba67 100644 (file)
 #include <asm/sgidefs.h>
 #endif
 
+#ifdef HAVE_LINUX_BTRFS_H
+#include <linux/btrfs.h>
+#endif
+
 #include "macro.h"
 
 #ifndef RLIMIT_RTTIME