diff options
Diffstat (limited to 'hw/omap1_clk.c')
-rw-r--r-- | hw/omap1_clk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/omap1_clk.c b/hw/omap1_clk.c index b2ec23c13c..37daec266b 100644 --- a/hw/omap1_clk.c +++ b/hw/omap1_clk.c @@ -20,7 +20,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */ -#include "vl.h" +#include "hw.h" +#include "omap.h" struct clk { const char *name; |