summaryrefslogtreecommitdiff
path: root/games/crack-attack/files/patch-src_TextureLoader.h
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-09-20 18:24:44 +0000
committerJohn Marino <marino@FreeBSD.org>2015-09-20 18:24:44 +0000
commita54b0245264245e51c5619dae0feebf59c4a6715 (patch)
treee8df23ceb88993016fde0e988119c9708e7adb41 /games/crack-attack/files/patch-src_TextureLoader.h
parentdatabases/cego: 2.25.1 -> 2.25.3 (diff)
Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by: gcc5 support blanket
Diffstat (limited to 'games/crack-attack/files/patch-src_TextureLoader.h')
-rw-r--r--games/crack-attack/files/patch-src_TextureLoader.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/crack-attack/files/patch-src_TextureLoader.h b/games/crack-attack/files/patch-src_TextureLoader.h
new file mode 100644
index 000000000000..f6ae2a442e18
--- /dev/null
+++ b/games/crack-attack/files/patch-src_TextureLoader.h
@@ -0,0 +1,10 @@
+--- src/TextureLoader.h.orig 2005-04-16 08:13:38 UTC
++++ src/TextureLoader.h
+@@ -27,6 +27,7 @@
+ #ifndef TEXTURELOADER_H
+ #define TEXTURELOADER_H
+
++#include <cstring>
+ #include <GL/glut.h>
+
+ #include "glext.h"