Include <sys/cdefs.h> so the visibility conditionals are available.
(This should have been included with the previous revision.)
This commit is contained in:
parent
e7be0acaeb
commit
b771a44861
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user