diff options
Diffstat (limited to 'hw/serial.c')
-rw-r--r-- | hw/serial.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/serial.c b/hw/serial.c index 36a7cc4e3..c5d9db5fa 100644 --- a/hw/serial.c +++ b/hw/serial.c @@ -21,7 +21,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "qemu-char.h" +#include "isa.h" +#include "pc.h" //#define DEBUG_SERIAL |