build.cc: fs.h doesn't appear to be necessary anymore
This commit is contained in:
parent
62d81aadba
commit
fe2be8f016
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue