| #include <sys/time.h> | #include <sys/time.h> | ||||
| #include <time.h> | #include <time.h> | ||||
| #include "portaudio.h" | |||||
| #ifndef PLATFORM_WINDOWS | #ifndef PLATFORM_WINDOWS | ||||
| #include <unistd.h> | #include <unistd.h> | ||||
| #endif | #endif | ||||
| enum {ONE_BILLION=1000000000}; | enum {ONE_BILLION=1000000000}; | ||||
| #ifdef USE_PORTAUDIO | #ifdef USE_PORTAUDIO | ||||
| #include "portaudio.h" | |||||
| #undef USE_PORTAUDIO | #undef USE_PORTAUDIO | ||||
| // determine portaudio version by looking for a #define which is not in V18 | // determine portaudio version by looking for a #define which is not in V18 |