diff options
Diffstat (limited to 'audio.c')
-rw-r--r-- | audio.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ #define __USE_GNU #endif #include <pthread.h> +#ifndef HAVE_PTHREAD_NAME + /// only available with newer glibc +#define pthread_setname_np(thread, name) +#endif #endif #include "ringbuffer.h" |