summaryrefslogtreecommitdiff
path: root/src/16bpp_plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/16bpp_plotters.c')
-rw-r--r--src/16bpp_plotters.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/16bpp_plotters.c b/src/16bpp_plotters.c
index b2abff7..035a9a6 100644
--- a/src/16bpp_plotters.c
+++ b/src/16bpp_plotters.c
@@ -11,10 +11,11 @@
#include <stdlib.h>
#include "libnsfb.h"
+#include "libnsfb_plot_util.h"
+
#include "nsfb.h"
#include "nsfb_plot.h"
#include "plotters.h"
-#include "plot_util.h"
static inline uint16_t *get_xy_loc(nsfb_t *nsfb, int x, int y)
{