diff options
Diffstat (limited to 'recordmydesktop/src/rmd_frame.c')
-rw-r--r-- | recordmydesktop/src/rmd_frame.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recordmydesktop/src/rmd_frame.c b/recordmydesktop/src/rmd_frame.c index cc58d54..ccda02e 100644 --- a/recordmydesktop/src/rmd_frame.c +++ b/recordmydesktop/src/rmd_frame.c @@ -24,6 +24,8 @@ * For further information contact me at johnvarouhakis@gmail.com * ******************************************************************************/ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <X11/Xlib.h> |