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