diff options
Diffstat (limited to 'recordmydesktop/src/rmdthreads.c')
-rw-r--r-- | recordmydesktop/src/rmdthreads.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recordmydesktop/src/rmdthreads.c b/recordmydesktop/src/rmdthreads.c index dcd270e..a0bdb87 100644 --- a/recordmydesktop/src/rmdthreads.c +++ b/recordmydesktop/src/rmdthreads.c @@ -26,15 +26,16 @@ #ifdef HAVE_CONFIG_H - #include <config.h> + #include "config.h" #endif #include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <unistd.h> -#include <rmdfunc.h> -#include <rmdtypes.h> + +#include "rmdfunc.h" +#include "rmdtypes.h" |