summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_error.c')
-rw-r--r--recordmydesktop/src/rmd_error.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmd_error.c b/recordmydesktop/src/rmd_error.c
index 89ad8e6..4c0a449 100644
--- a/recordmydesktop/src/rmd_error.c
+++ b/recordmydesktop/src/rmd_error.c
@@ -26,14 +26,16 @@
#ifdef HAVE_CONFIG_H
- #include <config.h>
+ #include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
-#include <rmdfunc.h>
+
+#include "rmdfunc.h"
+
int rmdErrorHandler( Display *dpy, XErrorEvent *e )
{
© All Rights Reserved