diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
| -rw-r--r-- | net/ipv4/ip_fragment.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index b59430bc041..75347ea70ea 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c @@ -32,6 +32,7 @@  #include <linux/netdevice.h>  #include <linux/jhash.h>  #include <linux/random.h> +#include <linux/slab.h>  #include <net/route.h>  #include <net/dst.h>  #include <net/sock.h>  |