projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce830f
)
shared: missing.h should include btrfs.h, before redefining some of its definitions
author
Lennart Poettering
<lennart@poettering.net>
Fri, 12 Dec 2014 02:13:48 +0000
(
03:13
+0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 12 Dec 2014 12:35:32 +0000
(13:35 +0100)
src/shared/missing.h
patch
|
blob
|
history
diff --git
a/src/shared/missing.h
b/src/shared/missing.h
index
f226197
..
c547479
100644
(file)
--- a/
src/shared/missing.h
+++ b/
src/shared/missing.h
@@
-44,6
+44,10
@@
#include <asm/sgidefs.h>
#endif
+#ifdef HAVE_LINUX_BTRFS_H
+#include <linux/btrfs.h>
+#endif
+
#include "macro.h"
#ifndef RLIMIT_RTTIME