summaryrefslogtreecommitdiff
path: root/atari/plot/fontplot.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-19 22:58:13 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-19 22:58:13 +0100
commit1c9c303df886c073970982b78b2308f180f9cb9d (patch)
tree99c85c9f6a514e58caad765b719e64cab2bc9b0d /atari/plot/fontplot.c
parent1c3211c50fa189249968d6d69eade889c9fd2069 (diff)
downloadnetsurf-1c9c303df886c073970982b78b2308f180f9cb9d.tar.gz
netsurf-1c9c303df886c073970982b78b2308f180f9cb9d.tar.bz2
rationalise atari plotters header usage.
Diffstat (limited to 'atari/plot/fontplot.c')
-rw-r--r--atari/plot/fontplot.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/atari/plot/fontplot.c b/atari/plot/fontplot.c
index 97f3503cb..9f0edd9a4 100644
--- a/atari/plot/fontplot.c
+++ b/atari/plot/fontplot.c
@@ -16,8 +16,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdbool.h>
+#include <assert.h>
+#include <stdlib.h>
+#include <mt_gem.h>
+
#include "desktop/mouse.h"
+#include "desktop/plot_style.h"
+#include "atari/bitmap.h"
#include "atari/plot/fontplot.h"
const struct s_font_driver_table_entry font_driver_table[] =