fix compilation with gcc-4.7 (ticket #3478)
thanks for strcat for the patch.
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
#include <limits>
|
#include <limits>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
using Global::MainStartY;
|
using Global::MainStartY;
|
||||||
using Global::MainHeight;
|
using Global::MainHeight;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
# include <winsock.h>
|
# include <winsock.h>
|
||||||
#else
|
#else
|
||||||
# include <sys/select.h>
|
# include <sys/select.h>
|
||||||
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user