summaryrefslogtreecommitdiff
path: root/graphics/koverartist/patches/patch-ad
blob: 578621c63a8d92d4d81abdf9b64c5dd75bcad3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.1 2011/01/29 21:52:52 markd Exp $

fix build with gcc4.3

--- src/cddbquery.cpp.orig	2006-11-01 10:42:59.000000000 +0000
+++ src/cddbquery.cpp
@@ -34,6 +34,7 @@
 #include <iostream>
 #include <errno.h>
 #include <string.h>
+#include <cstdlib>