dect
/
linux-2.6
Archived
13
0
Fork 0

[ATM]: net/atm/ioctl.c should #include "common.h"

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>
This commit is contained in:
Adrian Bunk 2005-09-05 18:04:28 -07:00 committed by David S. Miller
parent 74da1edf26
commit 295098e9f4
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "resources.h"
#include "signaling.h" /* for WAITING and sigd_attach */
#include "common.h"
static DECLARE_MUTEX(ioctl_mutex);