diff --git a/devices/dbdma.cpp b/devices/dbdma.cpp
index 5819351..bfd1b6c 100644
--- a/devices/dbdma.cpp
+++ b/devices/dbdma.cpp
@@ -25,6 +25,7 @@ along with this program. If not, see .
#include "cpu/ppc/ppcmmu.h"
#include "endianswap.h"
#include
+#include
#include
void DMAChannel::get_next_cmd(uint32_t cmd_addr, DMACmd* p_cmd) {
diff --git a/devices/i2c.h b/devices/i2c.h
index 321fe5f..97dc414 100644
--- a/devices/i2c.h
+++ b/devices/i2c.h
@@ -28,7 +28,7 @@ along with this program. If not, see .
#define I2C_H
#include
-#include
+#include
#include
/** Base class for I2C devices */