From: Michael S. Tsirkin Date: Wed, 18 Feb 2015 15:44:35 +0000 (+0100) Subject: standard-headers: include stdint.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=714e601379e125cde88bea6d4a3ea8f78ffbdf62;p=qemu.git standard-headers: include stdint.h The importing script got it right already, I just forgot to re-run it. Reported-by: Thomas Huth Signed-off-by: Michael S. Tsirkin --- 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 +#include #include "qemu/compiler.h"