>From 870ebe37a52e98eae93fc190d71c68c35317017c Mon Sep 17 00:00:00 2001
From: Chen Congwu <congwu.chen@intel.com>
Date: Tue, 10 Nov 2009 13:52:42 +0800
Subject: [PATCH 10/12] gdbus: fix a compile error

Need to include stdint for uint
---
 src/gdbus.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gdbus.h b/src/gdbus.h
index 8149637..8a7e349 100644
--- a/src/gdbus.h
+++ b/src/gdbus.h
@@ -27,6 +27,7 @@ extern "C" {
 #endif
 
 #include <stdarg.h>
+#include <stdint.h>
 
 #include <dbus/dbus.h>
 #include <glib.h>
-- 
1.6.5

