[rhythmbox] Bug 738101 - tdb 1.3.0 require bool type in header.
- From: Hubert Figuière <hub src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] Bug 738101 - tdb 1.3.0 require bool type in header.
- Date: Wed, 8 Oct 2014 12:34:24 +0000 (UTC)
commit 9d5a5ddeae77a38f2196e34a2065ebabc2530d1c
Author: Hubert Figuière <hub figuiere net>
Date: Tue Oct 7 11:32:16 2014 -0400
Bug 738101 - tdb 1.3.0 require bool type in header.
metadata/rb-ext-db-key.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/metadata/rb-ext-db-key.h b/metadata/rb-ext-db-key.h
index 06b8545..318af55 100644
--- a/metadata/rb-ext-db-key.h
+++ b/metadata/rb-ext-db-key.h
@@ -30,6 +30,7 @@
#include <glib-object.h>
+#include <stdbool.h> /* for tdb.h */
#include <sys/types.h>
#include <tdb.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]