16 lines
301 B
Text
16 lines
301 B
Text
$NetBSD: patch-ap,v 1.1 2011/01/29 21:15:11 markd Exp $
|
|
|
|
fix build with gcc4.3
|
|
|
|
--- lib/tunepimp.cpp.orig 2006-11-18 10:52:33.000000000 +0000
|
|
+++ lib/tunepimp.cpp
|
|
@@ -30,7 +30,9 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <map>
|
|
using namespace std;
|
|
|