summaryrefslogtreecommitdiffstats
path: root/qemu/hw/char/parallel.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/char/parallel.c')
-rw-r--r--qemu/hw/char/parallel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/hw/char/parallel.c b/qemu/hw/char/parallel.c
index c2b553f0d..11c78fed8 100644
--- a/qemu/hw/char/parallel.c
+++ b/qemu/hw/char/parallel.c
@@ -22,6 +22,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
+#include "qapi/error.h"
#include "hw/hw.h"
#include "sysemu/char.h"
#include "hw/isa/isa.h"