Explorar o código

[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>

Every file should #include the header with the prototypes of the global
functions it is offering.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Adrian Bunk %!s(int64=20) %!d(string=hai) anos
pai
achega
e711700a0e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      fs/cramfs/uncompress.c

+ 1 - 0
fs/cramfs/uncompress.c

@@ -19,6 +19,7 @@
 #include <linux/errno.h>
 #include <linux/vmalloc.h>
 #include <linux/zlib.h>
+#include <linux/cramfs_fs.h>
 
 static z_stream stream;
 static int initialized;