Author: soliton
Date: Tue Mar 4 01:03:37 2008
New Revision: 24291
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24291&view=rev
Log:
* add some missing includes to allow compiling with gcc 4.3 (patch by Bircoph)
Modified:
branches/1.4/src/config.cpp
branches/1.4/src/network.cpp
branches/1.4/src/sdl_utils.cpp
Modified: branches/1.4/src/config.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/config.cpp?rev=24291&r1=24290&r2=24291&view=diff
==============================================================================
--- branches/1.4/src/config.cpp (original)
+++ branches/1.4/src/config.cpp Tue Mar 4 01:03:37 2008
@@ -20,6 +20,7 @@
#include <algorithm>
#include <sstream>
+#include <string.h>
#include "config.hpp"
#include "gettext.hpp"
#include "log.hpp"
Modified: branches/1.4/src/network.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/network.cpp?rev=24291&r1=24290&r2=24291&view=diff
==============================================================================
--- branches/1.4/src/network.cpp (original)
+++ branches/1.4/src/network.cpp Tue Mar 4 01:03:37 2008
@@ -37,6 +37,7 @@
#include <ctime>
#include <signal.h>
+#include <string.h>
#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
#undef INADDR_ANY
#undef INADDR_BROADCAST
Modified: branches/1.4/src/sdl_utils.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/sdl_utils.cpp?rev=24291&r1=24290&r2=24291&view=diff
==============================================================================
--- branches/1.4/src/sdl_utils.cpp (original)
+++ branches/1.4/src/sdl_utils.cpp Tue Mar 4 01:03:37 2008
@@ -24,6 +24,7 @@
#include "video.hpp"
#include <algorithm>
+#include <string.h>
#include <cassert>
#include <cmath>
#include <iostream>
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits