summaryrefslogtreecommitdiffstats
path: root/disas/mips.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-18 17:35:00 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:54 -0600
commit09febbead8e52dc92927ab17c6e9e1fdddfd9a2e (patch)
tree17998018040b98564297a4571d2cacf5d72c56b3 /disas/mips.c
parentc711406b1c43ff822041019eea57440f4e6557db (diff)
downloadhqemu-09febbead8e52dc92927ab17c6e9e1fdddfd9a2e.zip
hqemu-09febbead8e52dc92927ab17c6e9e1fdddfd9a2e.tar.gz
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 <peter.maydell@linaro.org> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'disas/mips.c')
-rw-r--r--disas/mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/mips.c b/disas/mips.c
index bf0bbaf..0e488d8 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 <http://www.gnu.org/licenses/>. */
+#include "qemu/osdep.h"
#include "disas/bfd.h"
/* mips.h. Mips opcode list for GDB, the GNU debugger.
OpenPOWER on IntegriCloud