From ea0b9c6b38df2a630380a6457205197c60c328bb Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 4 Jan 2018 07:48:43 +0100 Subject: [PATCH] Added missing includes to m_at_4gpv31.c, should fix compiling of the Dev build. --- src/machine/m_at_4gpv31.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/machine/m_at_4gpv31.c b/src/machine/m_at_4gpv31.c index b564b153c..8acd9307f 100644 --- a/src/machine/m_at_4gpv31.c +++ b/src/machine/m_at_4gpv31.c @@ -11,7 +11,7 @@ * NOTE: The NEAT 82c206 code should be moved into a 82c206 module, * so it can be re-used by other boards. * - * Version: @(#)m_4gpv31.c 1.0.2 2018/01/04 + * Version: @(#)m_4gpv31.c 1.0.3 2018/01/04 * * Author: Fred N. van Kempen, * Copyright 2018 Fred N. van Kempen. @@ -23,6 +23,8 @@ #include #include "../86box.h" #include "../io.h" +#include "../device.h" +#include "../keyboard.h" #include "machine.h"