Change of OSS soundcard.h file path (gps).
authorGary Scavone <gary@music.mcgill.ca>
Wed, 5 Dec 2007 19:11:55 +0000 (19:11 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:31:41 +0000 (01:31 +0200)
RtAudio.cpp

index f5b324f22539d713e55310196e747ff37dfd7902..5e332dd6901aca7f8cb513572d1c14ee6ad182ea 100644 (file)
@@ -5970,7 +5970,7 @@ extern "C" void *alsaCallbackHandler( void *ptr )
 #include <sys/ioctl.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include "oss/soundcard.h"
+#include "soundcard.h"
 #include <errno.h>
 #include <math.h>