summaryrefslogtreecommitdiff
path: root/audio/libsndfile/patches/patch-programs_sndfile-play.c
blob: 30a68b1abbc4032f03a99748c1b132953a5d9ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-programs_sndfile-play.c,v 1.1 2012/06/22 20:31:48 adam Exp $

--- programs/sndfile-play.c.orig	2012-06-22 19:48:12.000000000 +0000
+++ programs/sndfile-play.c
@@ -58,7 +58,6 @@
 	#include 	<sys/soundcard.h>
 
 #elif (defined (__MACH__) && defined (__APPLE__))
-	#include <Carbon.h>
 	#include <CoreAudio/AudioHardware.h>
 
 #elif defined (HAVE_SNDIO_H)