The importing script got it right already, I just forgot to re-run it. Reported-by: Thomas Huth <th...@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- include/standard-headers/linux/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/standard-headers/linux/types.h b/include/standard-headers/linux/types.h index 7d42ac6..0526c2b 100644 --- a/include/standard-headers/linux/types.h +++ b/include/standard-headers/linux/types.h @@ -1,2 +1,2 @@ -#include <inttypes.h> +#include <stdint.h> #include "qemu/compiler.h" -- MST