sandbox: Enable many more commands
[platform/kernel/u-boot.git] / arch / sandbox / include / asm / io.h
index 5b87fde..b87ee19 100644 (file)
@@ -57,5 +57,6 @@ void outw(unsigned int value, unsigned int addr);
 void outb(unsigned int value, unsigned int addr);
 
 #include <iotrace.h>
+#include <asm/types.h>
 
 #endif