Skip to content

Commit

Permalink
[ATM]: net/atm/ioctl.c should #include "common.h"
Browse files Browse the repository at this point in the history
Every file should #include the header files containing the prototypes
of it's global functions.

common.h contains the prototype for vcc_ioctl().

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Sep 6, 2005
1 parent 74da1ed commit 295098e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/atm/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "resources.h"
#include "signaling.h" /* for WAITING and sigd_attach */
#include "common.h"


static DECLARE_MUTEX(ioctl_mutex);
Expand Down

0 comments on commit 295098e

Please sign in to comment.