1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/tse3/files/patch-src__tse3__TSE2MDL.cpp
Martin Wilke ce5f529143 - Fix build with GCC 4.x
PR:		133310
Submitted by:	Ports Fury
2009-04-03 08:52:54 +00:00

11 lines
242 B
C++

--- src/tse3/TSE2MDL.cpp.orig 2005-07-25 20:23:00.000000000 +0900
+++ src/tse3/TSE2MDL.cpp 2009-04-02 13:01:31.000000000 +0900
@@ -38,6 +38,7 @@
#include "tse3/Progress.h"
#include <fstream>
+#include <cstring>
using namespace TSE3;