about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-03T15·05+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-03T15·05+0100
commit0a26b56cba5d9f1fa815273fadc500284dda1118 (patch)
tree0cfa7a6d223fd20b129620f23b5db4de802e9b87 /src
parente9c50064b59de6e9b4167f578c15b0cc04a7d33e (diff)
parentfe2be8f016474d9f073328f061ba5650002e9369 (diff)
Merge pull request #827 from nathan7/musl
musl compatibility
Diffstat (limited to 'src')
-rw-r--r--src/libstore/build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 547981e5bb01..7d124f6f0ee0 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -52,7 +52,6 @@
 #include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/syscall.h>
-#include <linux/fs.h>
 #define pivot_root(new_root, put_old) (syscall(SYS_pivot_root, new_root, put_old))
 #endif