diff options
Diffstat (limited to 'hw/char/sh_serial.c')
-rw-r--r-- | hw/char/sh_serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/sh_serial.c b/hw/char/sh_serial.c index 9328dd1b57..4c55dcb7dc 100644 --- a/hw/char/sh_serial.c +++ b/hw/char/sh_serial.c @@ -24,6 +24,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sh4/sh.h" #include "sysemu/char.h" |