CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 04/09/09 17:48:15
Modified files:
src : language.cpp
Log message:
fixed includes
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.40&tr2=1.41&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.40 wesnoth/src/language.cpp:1.41
--- wesnoth/src/language.cpp:1.40 Wed Sep 8 19:55:46 2004
+++ wesnoth/src/language.cpp Thu Sep 9 17:48:15 2004
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.40 2004/09/08 19:55:46 ydirson Exp $ */
+/* $Id: language.cpp,v 1.41 2004/09/09 17:48:15 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -20,7 +20,7 @@
#include <cstdlib>
#include <cstring>
#include <iostream>
-#include <sstream>
+#include <cerrno>
namespace {
language_def current_language;