diff options
Diffstat (limited to 'recordmydesktop/src/rmdthreads.c')
-rw-r--r-- | recordmydesktop/src/rmdthreads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/rmdthreads.c b/recordmydesktop/src/rmdthreads.c index d70e3b4..96a37ff 100644 --- a/recordmydesktop/src/rmdthreads.c +++ b/recordmydesktop/src/rmdthreads.c @@ -28,9 +28,9 @@ #include "config.h" #endif +#include <pthread.h> #include <stdio.h> #include <stdlib.h> -#include <pthread.h> #include <unistd.h> #include "cache_audio.h" |