diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-08 02:59:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-08 02:59:00 +0000 |
commit | 1fcb7623bc138d780101d7a70cfe29b11f7c67ef (patch) | |
tree | e1ec9bb6aa19db16a405fb4393e2a90c38b4c75d /include/net | |
parent | 458fe58677afb17219d864e100131728038b4f1b (diff) |
Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still not
-Werror clean.
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/slhc_vj.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/slhc_vj.h b/include/net/slhc_vj.h index 04387d8a8..0a85dc014 100644 --- a/include/net/slhc_vj.h +++ b/include/net/slhc_vj.h @@ -80,6 +80,10 @@ * means "IP packet". */ + +#include <linux/ip.h> +#include <linux/tcp.h> + /* SLIP compression masks for len/vers byte */ #define SL_TYPE_IP 0x40 #define SL_TYPE_UNCOMPRESSED_TCP 0x70 |