You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/amphetamine/files/amphetamine-0.8.10-missing-...

14 lines
457 B

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;