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