build.cc: fs.h doesn't appear to be necessary anymore

This commit is contained in:
Nathan Zadoks 2016-02-29 13:12:38 +01:00
parent 62d81aadba
commit fe2be8f016

View file

@ -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