From c684822ad29968af09735148f03a511bc514589d Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 18 Jan 2016 17:35:00 +0000 Subject: mips: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Reviewed-by: Leon Alrae Signed-off-by: Leon Alrae --- disas/mips.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disas') diff --git a/disas/mips.c b/disas/mips.c index bf0bbaf86a..0e488d8578 100644 --- a/disas/mips.c +++ b/disas/mips.c @@ -19,6 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ +#include "qemu/osdep.h" #include "disas/bfd.h" /* mips.h. Mips opcode list for GDB, the GNU debugger. -- cgit v1.2.3