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
0cd4a9031e
commit
c0ec31f93e
@ -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