diff options
Diffstat (limited to 'recordmydesktop/src/rmdthreads.c')
-rw-r--r-- | recordmydesktop/src/rmdthreads.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recordmydesktop/src/rmdthreads.c b/recordmydesktop/src/rmdthreads.c index 96a37ff..6fac928 100644 --- a/recordmydesktop/src/rmdthreads.c +++ b/recordmydesktop/src/rmdthreads.c @@ -24,9 +24,7 @@ * For further information contact me at johnvarouhakis@gmail.com * ******************************************************************************/ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif +#include "config.h" #include <pthread.h> #include <stdio.h> |