summaryrefslogtreecommitdiff
path: root/frontends/monkey/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/monkey/plot.c')
-rw-r--r--frontends/monkey/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/monkey/plot.c b/frontends/monkey/plot.c
index 50f812480..bd94e7551 100644
--- a/frontends/monkey/plot.c
+++ b/frontends/monkey/plot.c
@@ -19,7 +19,7 @@
#include <stdio.h>
#include "utils/utils.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
static bool
monkey_plot_disc(int x, int y, int radius, const plot_style_t *style)