summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src-server-user_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/files/patch-src-server-user_handler.cpp')
-rw-r--r--games/wesnoth/files/patch-src-server-user_handler.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/wesnoth/files/patch-src-server-user_handler.cpp b/games/wesnoth/files/patch-src-server-user_handler.cpp
new file mode 100644
index 000000000000..c542d36d834f
--- /dev/null
+++ b/games/wesnoth/files/patch-src-server-user_handler.cpp
@@ -0,0 +1,10 @@
+--- src/server/user_handler.cpp.orig 2013-11-09 20:09:08.000000000 +0400
++++ src/server/user_handler.cpp 2013-11-09 20:09:19.000000000 +0400
+@@ -18,6 +18,7 @@
+ #include "serialization/string_utils.hpp"
+
+ #include <ctime>
++#include <time.h>
+
+ bool user_handler::send_mail(const std::string& to_user,
+ const std::string& /*subject*/, const std::string& /*message*/) {