summaryrefslogtreecommitdiff
path: root/atari/plot/fontplot.c
diff options
context:
space:
mode:
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[] =