summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/pmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/pmm.c')
-rw-r--r--util/x86emu/yabel/pmm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/x86emu/yabel/pmm.c b/util/x86emu/yabel/pmm.c
index 13b8e1a4dd4c..0186db92f566 100644
--- a/util/x86emu/yabel/pmm.c
+++ b/util/x86emu/yabel/pmm.c
@@ -10,7 +10,11 @@
****************************************************************************/
#include <x86emu/x86emu.h>
+#if COREBOOT_V2
+#include "../x86emu/prim_ops.h"
+#else
#include <x86emu/prim_ops.h>
+#endif
#include <string.h>
#include "biosemu.h"