summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2007-12-05 19:11:55 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:31:41 +0200
commit057ff0c4d3dd63b2cc9e561d53e76e063e9fa413 (patch)
treeaef6005592c9ba9a77a47ed4703e47d56299e3ba /RtAudio.cpp
parentf6708f5edc4719fdc5a54cfcb11159d197dd6dcd (diff)
Change of OSS soundcard.h file path (gps).
Diffstat (limited to 'RtAudio.cpp')
-rw-r--r--RtAudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp
index f5b324f..5e332dd 100644
--- a/RtAudio.cpp
+++ b/RtAudio.cpp
@@ -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>