summaryrefslogtreecommitdiff
path: root/games-arcade/amphetamine/files/amphetamine-0.8.10-missing-headers.patch
blob: f9c1b9932b119c0da212266a5a1b932e47c9a23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
description: include string.h
Index: amphetamine-0.8.10/src/Surface.cpp
===================================================================
--- amphetamine-0.8.10.orig/src/Surface.cpp	2006-05-15 19:10:49.000000000 +0200
+++ amphetamine-0.8.10/src/Surface.cpp	2006-05-15 19:11:01.000000000 +0200
@@ -3,6 +3,7 @@
 #include "ShapeLd.hpp"
 #include "Clut.hpp"
 #include "ConstVal.hpp"
+#include <string.h>
 #include <memory.h>
 
 const	short	kNoCharSpace = 20;