diff options
Diffstat (limited to 'hw/intc/lm32_pic.c')
-rw-r--r-- | hw/intc/lm32_pic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/lm32_pic.c b/hw/intc/lm32_pic.c index 641ee4727c..edc08f184a 100644 --- a/hw/intc/lm32_pic.c +++ b/hw/intc/lm32_pic.c @@ -17,7 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <assert.h> +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/i386/pc.h" |