1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/kiki/files/patch-kodilib-src-tools-KStringTools.h
Dmitry Marakasov d049af9045 - Fix build on 10.x
- Fix build with freeglut
- Fix segfaults on 64 bit
- Support staging
- Convert USE_GMAKE to USES
2013-12-24 01:46:04 +00:00

11 lines
274 B
C++

--- kodilib/src/tools/KStringTools.h.orig 2003-04-09 06:56:04.000000000 +0400
+++ kodilib/src/tools/KStringTools.h 2013-12-18 23:05:02.025190391 +0400
@@ -7,6 +7,7 @@
#define __KStringTools
#include <string>
+#include <cstring>
#include <vector>
#include <stdarg.h>