Commit c2fc8d22 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[IPSEC]: Include linux/slab.h where necessary.

parent d171187b
......@@ -9,6 +9,7 @@
#include <linux/crypto.h>
#include <linux/pfkeyv2.h>
#include <linux/in6.h>
#include <linux/slab.h>
#include <net/sock.h>
#include <net/dst.h>
......
......@@ -11,6 +11,7 @@
#include <linux/mm.h>
#include <linux/random.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <net/flow.h>
#include <asm/atomic.h>
......
......@@ -9,6 +9,7 @@
*
*/
#include <linux/slab.h>
#include <net/ip.h>
#include <net/xfrm.h>
......
......@@ -14,6 +14,7 @@
*/
#include <linux/config.h>
#include <linux/slab.h>
#include <net/xfrm.h>
#include <net/ip.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