Răsfoiți Sursa

[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>
Adrian Bunk 20 ani în urmă
părinte
comite
295098e9f4
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      net/atm/ioctl.c

+ 1 - 0
net/atm/ioctl.c

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