diff options
Diffstat (limited to 'qemu/disas/alpha.c')
-rw-r--r-- | qemu/disas/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/disas/alpha.c b/qemu/disas/alpha.c index a950b9cee..44d00a363 100644 --- a/qemu/disas/alpha.c +++ b/qemu/disas/alpha.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this file; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdio.h> +#include "qemu/osdep.h" #include "disas/bfd.h" /* MAX is redefined below, so remove any previous definition. */ |