Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 295098e9 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 74da1edf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);