diff options
Diffstat (limited to 'hw/timer/i8254.c')
-rw-r--r-- | hw/timer/i8254.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/i8254.c b/hw/timer/i8254.c index 9b65a33692..b84a33f874 100644 --- a/hw/timer/i8254.c +++ b/hw/timer/i8254.c @@ -21,6 +21,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/i386/pc.h" #include "hw/isa/isa.h" |