diff options
| author | Michael S. Tsirkin | 2015-02-18 16:44:35 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-02-26 13:04:09 +0100 |
| commit | 714e601379e125cde88bea6d4a3ea8f78ffbdf62 (patch) | |
| tree | 71aafccaaed46b7a004772a57308915605a5c3bf /include | |
| parent | virtio-serial-bus.c: drop virtio_ids.h (diff) | |
| download | qemu-714e601379e125cde88bea6d4a3ea8f78ffbdf62.tar.gz qemu-714e601379e125cde88bea6d4a3ea8f78ffbdf62.tar.xz qemu-714e601379e125cde88bea6d4a3ea8f78ffbdf62.zip | |
standard-headers: include stdint.h
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/standard-headers/linux/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/types.h b/include/standard-headers/linux/types.h index 7d42ac6f3c..0526c2b87c 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" |
