summaryrefslogtreecommitdiff
path: root/atari/plot/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot/plot.c')
-rwxr-xr-xatari/plot/plot.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index 523ce4445..583429ace 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -22,8 +22,8 @@
#include <limits.h>
#include <math.h>
#include <stdbool.h>
-
#include <mt_gem.h>
+#include <mint/osbind.h>
#include "image/bitmap.h"
#include "utils/log.h"
@@ -32,9 +32,12 @@
#include "desktop/plotters.h"
#include "desktop/mouse.h"
+#include "atari/osspec.h"
#include "atari/misc.h"
#include "atari/bitmap.h"
#include "utils/nsoption.h"
+#include "atari/plot/eddi.h"
+#include "atari/plot/fontplot.h"
#include "atari/plot/plot.h"
void vq_scrninfo(VdiHdl handle, short *work_out);