All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Frédéric Danis" <frederic.danis@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH obexd] MAP/dummy: fix message-dummy.c build
Date: Thu, 15 Mar 2012 12:05:22 +0100	[thread overview]
Message-ID: <1331809522-6840-1-git-send-email-frederic.danis@linux.intel.com> (raw)

If g_slist_free_full is not supported by glib, build fails with error:

plugins/messages.o: In function `get_folder_listing':
/home/fdanis/src/obexd/plugins/messages.c:199: undefined reference to `g_slist_free_full'
---
 plugins/messages-dummy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/messages-dummy.c b/plugins/messages-dummy.c
index 833c31c..afba7a7 100644
--- a/plugins/messages-dummy.c
+++ b/plugins/messages-dummy.c
@@ -34,6 +34,7 @@
 #include "log.h"
 
 #include "messages.h"
+#include "glib-helper.h"
 
 static char *root_folder = NULL;
 
-- 
1.7.1


             reply	other threads:[~2012-03-15 11:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15 11:05 Frédéric Danis [this message]
2012-03-27 11:23 ` [PATCH obexd] MAP/dummy: fix message-dummy.c build Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1331809522-6840-1-git-send-email-frederic.danis@linux.intel.com \
    --to=frederic.danis@linux.intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.