diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-02-18 16:44:35 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-02-26 13:04:09 +0100 |
commit | 714e601379e125cde88bea6d4a3ea8f78ffbdf62 (patch) | |
tree | 71aafccaaed46b7a004772a57308915605a5c3bf /include/standard-headers/linux | |
parent | 6a19cd34b175bfc99bf5aa877e6e8eda636848f9 (diff) |
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/standard-headers/linux')
-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" |