diff options
Diffstat (limited to 'hw/etraxfs.c')
-rw-r--r-- | hw/etraxfs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/etraxfs.c b/hw/etraxfs.c index da2196834a..ba4d4009e2 100644 --- a/hw/etraxfs.c +++ b/hw/etraxfs.c @@ -23,7 +23,9 @@ */ #include <time.h> #include <sys/time.h> -#include "vl.h" +#include "hw.h" +#include "sysemu.h" +#include "boards.h" extern FILE *logfile; |