]> git.tdb.fi Git - libs/net.git/blob - source/net/unix/platform_api.h
Move most platform-specific code into overlay directories
[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