mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-01-25 11:25:11 +00:00
m68knommu: include linux/fs.h for do_pipe()
Include linux/fs.h to get the prototype for do_pipe(). Build fix. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
01740fccba
commit
405d296559
@ -18,6 +18,7 @@
|
||||
#include <linux/mman.h>
|
||||
#include <linux/file.h>
|
||||
#include <linux/utsname.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
#include <asm/setup.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user