From db6a38656688f69c9752754e8328ea890e3e626e Mon Sep 17 00:00:00 2001 From: waltje Date: Tue, 17 Oct 2017 02:04:45 -0400 Subject: [PATCH] OK, and these two as well... whoops. --- src/serial.c | 1 + src/sound/munt/SampleRateConverter_dummy.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/serial.c b/src/serial.c index 8470f7428..431a89bb5 100644 --- a/src/serial.c +++ b/src/serial.c @@ -3,6 +3,7 @@ #include #include #include +#include "86box.h" #include "ibm.h" #include "io.h" #include "pic.h" diff --git a/src/sound/munt/SampleRateConverter_dummy.cpp b/src/sound/munt/SampleRateConverter_dummy.cpp index 5bef50187..9094f1514 100644 --- a/src/sound/munt/SampleRateConverter_dummy.cpp +++ b/src/sound/munt/SampleRateConverter_dummy.cpp @@ -16,7 +16,7 @@ #include #include -#include "../plat.h" +#include "../../plat.h" #include "SampleRateConverter.h" #include "Synth.h"