diff options
Diffstat (limited to 'hw/ps2.c')
| -rw-r--r-- | hw/ps2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/ps2.c b/hw/ps2.c index 5367df10ce..a0adca36ea 100644 --- a/hw/ps2.c +++ b/hw/ps2.c @@ -21,7 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "ps2.h" +#include "console.h" /* debug PC keyboard */ //#define DEBUG_KBD |