Explorar o código

drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"

Every file should #include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Adrian Bunk %!s(int64=19) %!d(string=hai) anos
pai
achega
848d538249
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/char/ftape/lowlevel/ftape-buffer.c

+ 1 - 0
drivers/char/ftape/lowlevel/ftape-buffer.c

@@ -33,6 +33,7 @@
 #include "../lowlevel/ftape-rw.h"
 #include "../lowlevel/ftape-read.h"
 #include "../lowlevel/ftape-tracing.h"
+#include "../lowlevel/ftape-buffer.h"
 
 /*  DMA'able memory allocation stuff.
  */