standard-headers: include stdint.h
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Feb 2015 15:44:35 +0000 (16:44 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Feb 2015 12:04:09 +0000 (13:04 +0100)
The importing script got it right already, I just forgot to re-run it.

Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/standard-headers/linux/types.h

index 7d42ac6f3c408964210a4753672f0306d6a39e79..0526c2b87c44111af3bc3f67cc7606131f138ab5 100644 (file)
@@ -1,2 +1,2 @@
-#include <inttypes.h>
+#include <stdint.h>
 #include "qemu/compiler.h"