summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-02 04:22:34 +0000
committermike <mike@FreeBSD.org>2002-10-02 04:22:34 +0000
commit9e360188d2a708c46c7f658cd14122a310409127 (patch)
tree1923e3876175edae215f1e28fbfd0aabbdb53dfe /sys/netinet/tcp.h
parent33ad219137f3f952358ab0a302bc8202c130041a (diff)
downloadFreeBSD-src-9e360188d2a708c46c7f658cd14122a310409127.zip
FreeBSD-src-9e360188d2a708c46c7f658cd14122a310409127.tar.gz
Include <sys/cdefs.h> so the visibility conditionals are available.
(This should have been included with the previous revision.)
Diffstat (limited to 'sys/netinet/tcp.h')
-rw-r--r--sys/netinet/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
index 24ec77c..e189600 100644
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -37,6 +37,8 @@
#ifndef _NETINET_TCP_H_
#define _NETINET_TCP_H_
+#include <sys/cdefs.h>
+
#if __BSD_VISIBLE
typedef u_int32_t tcp_seq;
OpenPOWER on IntegriCloud