gvanem / Watt-32

Watt-32 TCP/IP library and samples.
https://www.watt-32.net/
18 stars 8 forks source link

Add missing includes in <netinet/tcp.h> [fixes #59] #64

Closed jwt27 closed 2 years ago

jwt27 commented 2 years ago

I checked all headers to see if they would compile on their own. This is the only one that was missing some includes.

gvanem commented 2 years ago

Merged. Thanks.

jwt27 commented 2 years ago

Oops. I tested with gcc -E which of course doesn't check for missing type definitions... There are actually more headers that need extra includes.