ports/audio/libtunepimp/files/patch-lib_c_wrapper.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
304 B
C++

--- lib/c_wrapper.cpp.orig 2010-06-07 10:43:52.147054247 +0300
+++ lib/c_wrapper.cpp 2010-06-07 10:44:16.392713467 +0300
@@ -42,6 +42,7 @@
#define TR_OBJ_CHECKV(o) Track *obj = (Track *)t; \
if (obj == NULL) return;
+#include <stdlib.h>
#include <deque>
class NotifyData