diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-05-28 10:20:46 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-05-28 10:20:46 +0000 |
| commit | cc8da4254dc388f781d439e290c9c138612938d7 (patch) | |
| tree | 8f0b8ab07f36fd07f56e51f296d9900b4c3f02be /sys/compat/linux/multiarch/linux_socketcall.c | |
| parent | 32659780f6d3fe65f8680bc138fa29144925b9a6 (diff) | |
Need netinet/tcp.h.
Diffstat (limited to 'sys/compat/linux/multiarch/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/multiarch/linux_socketcall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/multiarch/linux_socketcall.c b/sys/compat/linux/multiarch/linux_socketcall.c index 31874d923e1..0e05f602189 100644 --- a/sys/compat/linux/multiarch/linux_socketcall.c +++ b/sys/compat/linux/multiarch/linux_socketcall.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.c,v 1.6 1995/05/28 10:16:32 mycroft Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.7 1995/05/28 10:20:46 mycroft Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -45,6 +45,7 @@ #include <sys/socketvar.h> #include <net/if.h> #include <netinet/in.h> +#include <netinet/tcp.h> #include <sys/mount.h> #include <sys/proc.h> #include <sys/vnode.h> |
