mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f93ab584d8
Since sock_tcp_t isn't defined at this moment (only declared) the compiler is complaining about the use of an array in the parameter list here. sys/include/net/sock/tcp.h:119:32: error: array type has incomplete element type ‘sock_tcp_t {aka struct sock_tcp}’ sock_tcp_t queue_array[], unsigned queue_len, ^ |
||
---|---|---|
.. | ||
ip.h | ||
tcp.h | ||
udp.h |