summaryrefslogtreecommitdiff
path: root/games/stepmania-devel/files/patch-ArchHooks.h
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-19 17:22:10 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-19 17:22:10 +0000
commitd527536e8f86a2b5c0b53a6067db8836b049e3e6 (patch)
tree97bf4d9f052503d18dc1366c9b6a713d3a8b597e /games/stepmania-devel/files/patch-ArchHooks.h
parent- Fix build with clang (diff)
Fix build with clang
PR: ports/184822 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/stepmania-devel/files/patch-ArchHooks.h')
-rw-r--r--games/stepmania-devel/files/patch-ArchHooks.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/stepmania-devel/files/patch-ArchHooks.h b/games/stepmania-devel/files/patch-ArchHooks.h
new file mode 100644
index 000000000000..588cbf85d71e
--- /dev/null
+++ b/games/stepmania-devel/files/patch-ArchHooks.h
@@ -0,0 +1,11 @@
+--- src/arch/ArchHooks/ArchHooks.h.orig
++++ src/arch/ArchHooks/ArchHooks.h
+@@ -1,6 +1,8 @@
+ #ifndef ARCH_HOOKS_H
+ #define ARCH_HOOKS_H
+
++#include <ctime>
++
+ struct lua_State;
+ class ArchHooks
+ {