[gconf] Bug 583297 - Include lber.h in evoldapbackend on Solaris 9
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Subject: [gconf] Bug 583297 - Include lber.h in evoldapbackend on Solaris 9
- Date: Wed, 15 Jul 2009 18:46:28 +0000 (UTC)
commit 9fb163276e5679a9475db77d4a6347d180aaaafe
Author: Thomas Klausner <wiz danbala tuwien ac at>
Date: Wed Jul 15 14:46:05 2009 -0400
Bug 583297 - Include lber.h in evoldapbackend on Solaris 9
Signed-off-by: Colin Walters <walters verbum org>
backends/evoldap-backend.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/backends/evoldap-backend.c b/backends/evoldap-backend.c
index 6d7ff95..8e62b01 100644
--- a/backends/evoldap-backend.c
+++ b/backends/evoldap-backend.c
@@ -25,6 +25,9 @@
#include <unistd.h>
#include <string.h>
#include <time.h>
+#ifdef __sun
+#include <lber.h>
+#endif
#include <ldap.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]