Browse Source

Change of OSS soundcard.h file path (gps).

tags/4.0.3
Gary Scavone Stephen Sinclair 18 years ago
parent
commit
057ff0c4d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      RtAudio.cpp

+ 1
- 1
RtAudio.cpp View 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>



Loading…
Cancel
Save