diff options
Diffstat (limited to 'qemu/tcg-runtime.c')
-rw-r--r-- | qemu/tcg-runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/tcg-runtime.c b/qemu/tcg-runtime.c index 9daba6945..ea2ad649c 100644 --- a/qemu/tcg-runtime.c +++ b/qemu/tcg-runtime.c @@ -21,7 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include <stdint.h> +#include "qemu/osdep.h" #include "qemu/host-utils.h" /* This file is compiled once, and thus we can't include the standard |