diff options
Diffstat (limited to 'hw/adb.c')
| -rw-r--r-- | hw/adb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/adb.c b/hw/adb.c index 1e43792b5a..5c0d6d5fd9 100644 --- a/hw/adb.c +++ b/hw/adb.c @@ -21,7 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "ppc_mac.h" +#include "console.h" /* ADB commands */ #define ADB_BUSRESET 0x00 |