Merge pull request #3282 from cartifanwlr/sis50x-fix

Fix build by adding pic.h include in sis_85c50x.c
This commit is contained in:
Miran Grča
2023-04-29 17:37:22 +02:00
committed by GitHub

View File

@@ -30,6 +30,7 @@
#include <86box/apm.h>
#include <86box/machine.h>
#include <86box/pic.h>
#include <86box/mem.h>
#include <86box/smram.h>
#include <86box/pci.h>