repo.or.cz
/
opsoft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usage info
[opsoft.git]
/
gclib2
/
include
/
StdNetwork.h
blob
60f219423cf5544347f2d2ae57b823a53bceb80c
1
/*
2
* (c) Oleg Puchinin 2007
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef STD_NETWORK_H
8
#define STD_NETWORK_H
9
10
#include <sys/socket.h>
11
#include <arpa/inet.h>
12
#include <netinet/in.h>
13
#include <netdb.h>
14
15
#endif
16