diff options
Diffstat (limited to 'hw/tcx.c')
| -rw-r--r-- | hw/tcx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/tcx.c b/hw/tcx.c index a6c8e48915..22bde4a26a 100644 --- a/hw/tcx.c +++ b/hw/tcx.c @@ -21,7 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "sun4m.h" +#include "console.h" #include "pixel_ops.h" #define MAXX 1024 |