---
 wmcapshare/obex_io.h         | 2 ++
 wmcapshare/obex_put_common.h | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/wmcapshare/obex_io.h b/wmcapshare/obex_io.h
index 69bed7d..dcdc5b3 100644
--- a/wmcapshare/obex_io.h
+++ b/wmcapshare/obex_io.h
@@ -1,6 +1,8 @@
 #ifndef OBEX_IO_H
 #define OBEX_IO_H
 
+#include <glib.h>
+
 /* Application defined headers */
 #define HEADER_CREATOR_ID  0xcf
 
diff --git a/wmcapshare/obex_put_common.h b/wmcapshare/obex_put_common.h
index b6e2416..34e0dcf 100644
--- a/wmcapshare/obex_put_common.h
+++ b/wmcapshare/obex_put_common.h
@@ -31,6 +31,8 @@
 #ifndef OBEX_PUT_COMMON_H
 #define OBEX_PUT_COMMON_H
 
+#include <glib.h>
+
 int do_sync_request(obex_t *handle, obex_object_t *object, gint async);
 void obex_event(obex_t *handle, obex_object_t *object, gint mode, gint event, 
gint obex_cmd, gint obex_rsp);
 
-- 
2.7.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to