diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-03-30 06:26:25 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-03-30 06:26:25 -0800 |
| commit | e2da4b9e2e156441b3cbc56050d204aab0be2a94 (patch) | |
| tree | 1b34e046c569040ad83eec163033df186159407b | |
| parent | cb6f46f679f3baca1e367678729d3a4b798ade1a (diff) | |
net/core/sock.c needs linux/tcp.h to get at TCP state macros.
| -rw-r--r-- | net/core/sock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 9b78c14afa77..23c251f8922c 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -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> |
