Copy of osx-environment at 9993042d6
[windows-environment.git] / Patches / sndfile-unnecessary-include.patch
1 --- programs/sndfile-play.orig  2013-05-29 00:37:40.000000000 +0100
2 +++ programs/sndfile-play.c     2013-05-29 00:37:52.000000000 +0100
3 @@ -58,7 +58,6 @@
4         #include        <sys/soundcard.h>
5  
6  #elif (defined (__MACH__) && defined (__APPLE__))
7 -       #include <Carbon.h>
8         #include <CoreAudio/AudioHardware.h>
9  
10  #elif defined (HAVE_SNDIO_H)