diff options
Diffstat (limited to 'hw/misc/imx31_ccm.c')
-rw-r--r-- | hw/misc/imx31_ccm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/imx31_ccm.c b/hw/misc/imx31_ccm.c index c47b96f2ac..17640bf2ec 100644 --- a/hw/misc/imx31_ccm.c +++ b/hw/misc/imx31_ccm.c @@ -11,6 +11,7 @@ * the i.MX31 CCM. */ +#include "qemu/osdep.h" #include "hw/misc/imx31_ccm.h" #define CKIH_FREQ 26000000 /* 26MHz crystal input */ |