mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 03:23:49 +01:00
Merge pull request #18587 from Ziesie1/master
sys/net: include misplacement inside linkage-specification
This commit is contained in:
commit
2dd185448f
@ -541,11 +541,11 @@ ssize_t sock_tcp_read(sock_tcp_t *sock, void *data, size_t max_len,
|
|||||||
*/
|
*/
|
||||||
ssize_t sock_tcp_write(sock_tcp_t *sock, const void *data, size_t len);
|
ssize_t sock_tcp_write(sock_tcp_t *sock, const void *data, size_t len);
|
||||||
|
|
||||||
#include "sock_types.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "sock_types.h"
|
||||||
|
|
||||||
#endif /* NET_SOCK_TCP_H */
|
#endif /* NET_SOCK_TCP_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user