wmcapshare: Include glib header.
This commit is contained in:
parent
86b0defa79
commit
da39a6cd22
|
@ -1,6 +1,8 @@
|
|||
#ifndef OBEX_IO_H
|
||||
#define OBEX_IO_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/* Application defined headers */
|
||||
#define HEADER_CREATOR_ID 0xcf
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue