Added fdc_ext.h header to pc.c

This commit is contained in:
TC1995
2020-06-16 16:53:24 +02:00
parent cfc8af3d05
commit c1f1331c04

View File

@@ -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>