Re: [Freeipa-devel] [PATCH 0338] Add includes to zone.c to improve compatibility with BIND 9.9.4

2015-05-15 Thread Petr Spacek
On 15.5.2015 15:50, Tomas Hozza wrote:
 On 05/07/2015 02:55 PM, Petr Spacek wrote:
 Hello,

 This is minor improvement for patch set related to ticket #155.

 Add includes to zone.c to improve compatibility with BIND 9.9.4.

 
 Hi.
 
 I tested and reviewed the patch from
 https://github.com/pspacek/bind-dyndb-ldap/commits/t155.syncptr
 
 ACK.

Pushed to master:
1e8a8461c2a27e37046a47f22c7203ff1aa5d6ba Add includes to zone.c to improve
compatibility with BIND 9.9.4.

-- 
Petr^2 Spacek

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


[Freeipa-devel] [PATCH 0338] Add includes to zone.c to improve compatibility with BIND 9.9.4

2015-05-07 Thread Petr Spacek
Hello,

This is minor improvement for patch set related to ticket #155.

Add includes to zone.c to improve compatibility with BIND 9.9.4.

-- 
Petr^2 Spacek
From 203ee6dceb5ec3488cd8b33f4e70bb299d58cf7d Mon Sep 17 00:00:00 2001
From: Petr Spacek pspa...@redhat.com
Date: Thu, 7 May 2015 14:53:08 +0200
Subject: [PATCH] Add includes to zone.c to improve compatibility with BIND
 9.9.4.

---
 src/zone.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/zone.c b/src/zone.c
index 3feec1d80936f749912203d53cdbff253c83a232..014d36ed7b7f3b7f82fb637f8e7f3443cf1a1737 100644
--- a/src/zone.c
+++ b/src/zone.c
@@ -3,11 +3,14 @@
  */
 
 #include isc/types.h
+#include isc/util.h
 
+#include dns/diff.h
 #include dns/journal.h
 #include dns/rdatalist.h
 #include dns/rdataset.h
 #include dns/soa.h
+#include dns/types.h
 #include dns/update.h
 #include dns/zone.h
 
-- 
2.1.0

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code