ports/audio/libtunepimp/files/patch-lib_tunepimp.cpp
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
228 B
C++

--- lib/tunepimp.cpp.orig 2010-06-07 10:42:02.279074189 +0300
+++ lib/tunepimp.cpp 2010-06-07 10:42:26.892724626 +0300
@@ -31,6 +31,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <map>
using namespace std;