fix compilation with gcc-4.7 (ticket #3478)

thanks for strcat for the patch.
This commit is contained in:
Andrzej Rybczak
2012-03-30 02:43:32 +02:00
parent c39dde2244
commit f21499ff55
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include <limits>
#include <fcntl.h>
#include <sys/time.h>
#include <unistd.h>
using Global::MainStartY;
using Global::MainHeight;

View File

@@ -25,6 +25,7 @@
# include <winsock.h>
#else
# include <sys/select.h>
# include <unistd.h>
#endif
#include "error.h"