1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/audio/tse3/files/patch-src_tse3_MidiFile.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
202 B
C++

--- src/tse3/MidiFile.cpp.orig 2005-07-25 11:23:00 UTC
+++ src/tse3/MidiFile.cpp
@@ -32,6 +32,7 @@
#include <string>
#include <queue>
#include <math.h>
+#include <cstring>
using namespace TSE3;