summaryrefslogtreecommitdiff
path: root/monkey/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/schedule.c')
-rw-r--r--monkey/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/schedule.c b/monkey/schedule.c
index 372a304bf..78051994b 100644
--- a/monkey/schedule.c
+++ b/monkey/schedule.c
@@ -20,7 +20,7 @@
#include <stdlib.h>
#include <stdbool.h>
-#include "desktop/browser.h"
+#include "desktop/schedule.h"
#include "gtk/schedule.h"
#undef DEBUG_MONKEY_SCHEDULE