diff options
Diffstat (limited to 'hw/char/ipoctal232.c')
-rw-r--r-- | hw/char/ipoctal232.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/ipoctal232.c b/hw/char/ipoctal232.c index c8d5cdb361..bc0ae4980e 100644 --- a/hw/char/ipoctal232.c +++ b/hw/char/ipoctal232.c @@ -8,6 +8,7 @@ * later version. */ +#include "qemu/osdep.h" #include "hw/ipack/ipack.h" #include "qemu/bitops.h" #include "sysemu/char.h" |