commit | bf79f2e16b090ffe59cd1e1820935680a2da7b78 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Fri Sep 01 21:03:06 2000 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Fri Sep 01 21:03:06 2000 +0000 |
tree | 7cca3bc2da9b0505a7f7bd2e3f68fd569389e94d | |
parent | d077c451cd94c49ca508e1082a85cd042c0e7398 [diff] [blame] |
Add FreeBSD support
diff --git a/net.c b/net.c index db88c6d..da061c8 100644 --- a/net.c +++ b/net.c
@@ -36,6 +36,9 @@ #include <sys/socket.h> #include <sys/un.h> #include <netinet/in.h> +#ifdef FREEBSD +#include <netinet/tcp.h> +#endif #include <arpa/inet.h> #if defined(LINUX) #include <asm/types.h>