[Spice-devel] [PATCH 3/8] client: Include stdint.h for uint32_t

alexl at redhat.com alexl at redhat.com
Wed Sep 29 04:43:05 PDT 2010


From: Alexander Larsson <alexl at redhat.com>

---
 client/x11/atomic_count.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/client/x11/atomic_count.h b/client/x11/atomic_count.h
index f48c667..db20ad9 100644
--- a/client/x11/atomic_count.h
+++ b/client/x11/atomic_count.h
@@ -18,6 +18,8 @@
 #ifndef _H_ATOMIC_COUNT
 #define _H_ATOMIC_COUNT
 
+#include <stdint.h>
+
 class AtomicCount {
 public:
     AtomicCount(uint32_t count = 0) : _count (count) {}
-- 
1.7.0.1



More information about the Spice-devel mailing list