qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/4] standard-headers: include stdint.h


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 3/4] standard-headers: include stdint.h
Date: Wed, 18 Feb 2015 16:49:24 +0100

The importing script got it right already, I just forgot to re-run it.

Reported-by: Thomas Huth <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 include/standard-headers/linux/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/standard-headers/linux/types.h 
b/include/standard-headers/linux/types.h
index 7d42ac6..0526c2b 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"
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]