From aa53519bcd5b716306e0fb0ec2a89d953128bc85 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 21:21:09 +0100 Subject: fix missing includes from header API changes --- desktop/plot_style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/plot_style.h b/desktop/plot_style.h index af54e79cb..347c6e836 100644 --- a/desktop/plot_style.h +++ b/desktop/plot_style.h @@ -113,7 +113,7 @@ typedef enum { /** * Plot style for stroke/fill plotters */ -typedef struct { +typedef struct plot_style_s { plot_operation_type_t stroke_type; /**< Stroke plot type */ int stroke_width; /**< Width of stroke, in pixels */ colour stroke_colour; /**< Colour of stroke */ -- cgit v1.2.3