ports/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h
Rene Ladan 9a7916596b Make compilable with gcc 4.4
PR:		ports/147639
Submitted by:	Andriy Gapon [avg icyb.net.ua]
Approved by:	maintainer, tabthorpe (mentor)
2010-07-12 11:39:31 +00:00

10 lines
267 B
C++

--- include/tunepimp-0.5/metadata.h.orig 2010-06-07 10:40:42.479449473 +0300
+++ include/tunepimp-0.5/metadata.h 2010-06-07 10:41:25.477086516 +0300
@@ -29,6 +29,7 @@
#include <string>
#include <cstdio>
+#include <cstring>
#include "defs.h"
#include "tp_c.h"