diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-26 14:02:49 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-26 14:02:49 +0000 |
| commit | 3501cd8b1173f6c6d8c84f631734344252ebd31d (patch) | |
| tree | 5063a6cdeb4da221dfa15617a0a05f41bdd81872 /src/server.c | |
| parent | aa864b63aba5260b8bd35da61c543e08ae03bd49 (diff) | |
- oprava chyby pri teleportovani tuxa pomocou bonusu teleport
- zdrojak na niektorych distrach nesiel skopilovat lebo nemal includovane headre na select, a "spoliehal" sa na
includovanie pomocou inych headrov ( a nahodov to fungovalo )
- kod pre kompilaciu modulov pre gameserver nepouziva sdl-config :)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@73 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/server.c')
| -rw-r--r-- | src/server.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server.c b/src/server.c index 2480f4b..a85e9c3 100644 --- a/src/server.c +++ b/src/server.c @@ -1,11 +1,15 @@ + #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/types.h> +#include <sys/socket.h> +#include <sys/select.h> + #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> -#include <sys/types.h> #include <sys/time.h> #include "main.h" |