diff options
Diffstat (limited to 'qemu/disas/ppc.c')
-rw-r--r-- | qemu/disas/ppc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/disas/ppc.c b/qemu/disas/ppc.c index 99c4cbc3a..478332ba3 100644 --- a/qemu/disas/ppc.c +++ b/qemu/disas/ppc.c @@ -18,6 +18,7 @@ the GNU General Public License for more details. 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 "qemu/osdep.h" #include "disas/bfd.h" #define BFD_DEFAULT_TARGET_SIZE 64 |