fix compilation with gcc-4.7 (ticket #3478)

thanks for strcat for the patch.
master
Andrzej Rybczak 14 years ago
parent c39dde2244
commit f21499ff55
  1. 1
      src/visualizer.cpp
  2. 1
      src/window.cpp

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

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

Loading…
Cancel
Save