From da39a6cd22c5999b2812f07255b5e956af57bf4a Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 22 Feb 2017 07:03:08 -0500 Subject: [PATCH] wmcapshare: Include glib header. --- 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 + /* 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 + 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);