From 49143b5e814272061aa4fa845c9b883a52750354 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 27 Nov 2005 20:09:59 +0000 Subject: [PATCH] fix ether_dummy.cpp build --- SheepShaver/src/dummy/ether_dummy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SheepShaver/src/dummy/ether_dummy.cpp b/SheepShaver/src/dummy/ether_dummy.cpp index 77868eb3..56e2e3ff 100644 --- a/SheepShaver/src/dummy/ether_dummy.cpp +++ b/SheepShaver/src/dummy/ether_dummy.cpp @@ -20,6 +20,7 @@ #include "sysdeps.h" +#include "cpu_emulation.h" #include "main.h" #include "ether.h" #include "ether_defs.h"