summaryrefslogtreecommitdiff
path: root/audio/flactag/patches/patch-ab
blob: 97fbe26c47e8501f2d0c5e5146e4bbb441b73b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1.1.1 2009/07/27 13:51:12 drochner Exp $

--- CoverArt.h.orig	2008-12-16 12:20:56.000000000 +0100
+++ CoverArt.h
@@ -31,8 +31,10 @@
 
 #include <string>
 
+extern "C" {
 #include <jpeglib.h>
 #include <jerror.h>
+}
 
 class CCoverArt
 {