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 Barcroft 2002-10-02 04:22:34 +00:00
parent 0cd4a9031e
commit c0ec31f93e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104343

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;