Commit cdfb74d4 authored by David S. Miller's avatar David S. Miller

sch_choke: Need linux/vmalloc.h

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 45e14433
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/skbuff.h> #include <linux/skbuff.h>
#include <linux/reciprocal_div.h> #include <linux/reciprocal_div.h>
#include <linux/vmalloc.h>
#include <net/pkt_sched.h> #include <net/pkt_sched.h>
#include <net/inet_ecn.h> #include <net/inet_ecn.h>
#include <net/red.h> #include <net/red.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment