summaryrefslogtreecommitdiff
path: root/net/khttpd/userspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/khttpd/userspace.c')
-rw-r--r--net/khttpd/userspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/khttpd/userspace.c b/net/khttpd/userspace.c
index 9c05d4788308..9c784399648c 100644
--- a/net/khttpd/userspace.c
+++ b/net/khttpd/userspace.c
@@ -35,7 +35,7 @@ Return value:
#include <linux/kernel.h>
#include <linux/errno.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/net.h>
#include <linux/sched.h>
#include <linux/skbuff.h>