Browse Source

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

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>

Adrian Bunk 19 years ago
parent
commit
e27d3014f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/ieee1394/ieee1394_transactions.c

+ 1 - 0
drivers/ieee1394/ieee1394_transactions.c

@@ -22,6 +22,7 @@
 #include "ieee1394_core.h"
 #include "highlevel.h"
 #include "nodemgr.h"
+#include "ieee1394_transactions.h"
 
 
 #define PREP_ASYNC_HEAD_ADDRESS(tc) \