From: Michael S. Tsirkin Date: Wed, 18 Feb 2015 15:44:35 +0000 (+0100) Subject: standard-headers: include stdint.h X-Git-Tag: v2.3.0-rc0~34^2~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=714e601379e125cde88bea6d4a3ea8f78ffbdf62;p=thirdparty%2Fqemu.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 7d42ac6f3c4..0526c2b87c4 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"