mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
PR: ports/147639 Submitted by: Andriy Gapon [avg icyb.net.ua] Approved by: maintainer, tabthorpe (mentor)
10 lines
304 B
C++
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
|