freebsd-ports/games/wesnoth/files/patch-src-chat_events.hpp
Alex Kozlov 331c68d450 - Fix build with clang [1]
PR:	ports/183627
Reported by:	Pavlo Greenberg <dog@virtual.org.ua>
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> [1]
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-11-24 13:05:25 +00:00

10 lines
230 B
C++

--- src/chat_events.hpp.orig 2013-11-09 20:12:59.000000000 +0400
+++ src/chat_events.hpp 2013-11-09 20:13:07.000000000 +0400
@@ -20,6 +20,7 @@
#include "global.hpp"
#include <string>
+#include <time.h>
namespace events {