usage info
[opsoft.git] / gclib2 / include / StdNetwork.h
blob60f219423cf5544347f2d2ae57b823a53bceb80c
1 /*
2 * (c) Oleg Puchinin 2007
3 * graycardinalster@gmail.com
5 */
7 #ifndef STD_NETWORK_H
8 #define STD_NETWORK_H
10 #include <sys/socket.h>
11 #include <arpa/inet.h>
12 #include <netinet/in.h>
13 #include <netdb.h>
15 #endif