From e356b2e9ff25170ec845c9f63b956d8cf4866239 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 19 Jan 2009 04:29:23 +0100 Subject: [PATCH] obexd: Fix compiler warning --- obexd/client/sync.c | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/client/sync.c b/obexd/client/sync.c index 0ae31b447..f4485f655 100644 --- a/obexd/client/sync.c +++ b/obexd/client/sync.c @@ -30,6 +30,7 @@ #include #include "session.h" +#include "sync.h" #define SYNC_INTERFACE "org.openobex.Synchronization" #define ERROR_INF SYNC_INTERFACE ".Error" -- 2.47.3