]> git.tdb.fi Git - libs/net.git/blob - source/net/unix/platform_api.h
016545f978cd7b50d986d538fbd52b1d5c4252ef
[libs/net.git] / source / net / unix / platform_api.h
1 #ifndef MSP_NET_PLATFORM_API_H_
2 #define MSP_NET_PLATFORM_API_H_
3
4 #include <sys/socket.h>
5 #include <netinet/in.h>
6 #include <netdb.h>
7
8 #endif