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

net/core/sock.c needs linux/tcp.h to get at TCP state macros.

parent cb6f46f6
......@@ -108,6 +108,7 @@
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/poll.h>
#include <linux/tcp.h>
#include <linux/init.h>
#include <asm/uaccess.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