diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-27 21:38:38 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-27 21:38:38 +0000 |
| commit | c2b6adeb627d81dc7cddb0024932e846aa46ecb3 (patch) | |
| tree | 5f82c2e43a13c8d5a6d815e09801a62777098b76 /src/net/tcp.h | |
| parent | 44f8cf9519a45f732613d76fc09a97648fd6e1d7 (diff) | |
- sebevražda (vč. vlastní miny) odečítá body (např. střelou skrze teleporty)
- ta predsa som cez weekend nieco napisal :)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@281 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/net/tcp.h')
| -rw-r--r-- | src/net/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tcp.h b/src/net/tcp.h index 8d5b1cc..1c551ea 100644 --- a/src/net/tcp.h +++ b/src/net/tcp.h @@ -3,7 +3,10 @@ #define MY_TCP_H #include "main.h" + +#include <sys/socket.h> #include <netinet/in.h> +#include <netinet/tcp.h> #define SUPPORT_IPv6 |