summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'monkey')
-rw-r--r--monkey/schedule.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/monkey/schedule.c b/monkey/schedule.c
index dd789331c..c4b138533 100644
--- a/monkey/schedule.c
+++ b/monkey/schedule.c
@@ -21,7 +21,8 @@
#include <stdbool.h>
#include "utils/schedule.h"
-#include "gtk/schedule.h"
+
+#include "monkey/schedule.h"
#undef DEBUG_MONKEY_SCHEDULE