Skip to content

Commit

Permalink
Every file should #include the headers containing the prototypes for
Browse files Browse the repository at this point in the history
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
  • Loading branch information
Adrian Bunk authored and Jody McIntyre committed Nov 20, 2005
1 parent 35267ab commit e27d301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ieee1394/ieee1394_transactions.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "ieee1394_core.h"
#include "highlevel.h"
#include "nodemgr.h"
#include "ieee1394_transactions.h"


#define PREP_ASYNC_HEAD_ADDRESS(tc) \
Expand Down

0 comments on commit e27d301

Please sign in to comment.