Include <sys/cdefs.h> so the visibility conditionals are available.

(This should have been included with the previous revision.)
This commit is contained in:
mike 2002-10-02 04:22:34 +00:00
parent e7be0acaeb
commit b771a44861

View File

@ -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;