From c1f1331c04af853b86138b4cd7542f2b0463a8a2 Mon Sep 17 00:00:00 2001 From: TC1995 Date: Tue, 16 Jun 2020 16:53:24 +0200 Subject: [PATCH] Added fdc_ext.h header to pc.c --- src/pc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pc.c b/src/pc.c index 3226cfd9c..cf2747b0f 100644 --- a/src/pc.c +++ b/src/pc.c @@ -59,6 +59,7 @@ #include <86box/gameport.h> #include <86box/fdd.h> #include <86box/fdc.h> +#include <86box/fdc_ext.h> #include <86box/hdd.h> #include <86box/hdc.h> #include <86box/hdc_ide.h>