diff options
Diffstat (limited to 'net/sched/sch_atm.c')
| -rw-r--r-- | net/sched/sch_atm.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c index ab82f145f68..fcbb86a486a 100644 --- a/net/sched/sch_atm.c +++ b/net/sched/sch_atm.c @@ -3,6 +3,7 @@  /* Written 1998-2000 by Werner Almesberger, EPFL ICA */  #include <linux/module.h> +#include <linux/slab.h>  #include <linux/init.h>  #include <linux/string.h>  #include <linux/errno.h>  |