diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2007-12-05 19:11:55 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:31:41 +0200 |
| commit | 057ff0c4d3dd63b2cc9e561d53e76e063e9fa413 (patch) | |
| tree | aef6005592c9ba9a77a47ed4703e47d56299e3ba /RtAudio.cpp | |
| parent | f6708f5edc4719fdc5a54cfcb11159d197dd6dcd (diff) | |
Change of OSS soundcard.h file path (gps).
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 2 |
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> |
