diff options
Diffstat (limited to 'disas')
-rw-r--r-- | disas/moxie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/moxie.c b/disas/moxie.c index 4c5f18047d..70b49ed74b 100644 --- a/disas/moxie.c +++ b/disas/moxie.c @@ -14,7 +14,7 @@ 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 <stdio.h> +#include "qemu/osdep.h" #define STATIC_TABLE #define DEFINE_TABLE |