summaryrefslogtreecommitdiffstats
path: root/qemu/hw/intc/lm32_pic.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/intc/lm32_pic.c')
-rw-r--r--qemu/hw/intc/lm32_pic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/hw/intc/lm32_pic.c b/qemu/hw/intc/lm32_pic.c
index 641ee4727..edc08f184 100644
--- a/qemu/hw/intc/lm32_pic.c
+++ b/qemu/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"