summaryrefslogtreecommitdiff
path: root/src/gl-eventviewlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl-eventviewlist.h')
-rw-r--r--src/gl-eventviewlist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gl-eventviewlist.h b/src/gl-eventviewlist.h
index 3ba1083..b5c9d21 100644
--- a/src/gl-eventviewlist.h
+++ b/src/gl-eventviewlist.h
@@ -22,7 +22,11 @@
#include <gtk/gtk.h>
#include "gl-application.h"
-#include "gl-journal.h"
+#ifdef TEST
+ #include "../tests/gl-mock-journal.h"
+#else
+ #include "gl-journal.h"
+#endif
G_BEGIN_DECLS