BIND 10 master, updated. be4334aa0b66fd01f9b3f859c309545459dfab00 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 13 18:47:17 UTC 2011


The branch, master has been updated
       via  be4334aa0b66fd01f9b3f859c309545459dfab00 (commit)
       via  1440e71559ad3565dff46e9cac31f31e6748d8f2 (commit)
      from  0c81e90348e53e673a05e92e150cec0f598a2d4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit be4334aa0b66fd01f9b3f859c309545459dfab00
Merge: 1440e71 0c81e90
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri May 13 18:37:12 2011 +0000

    Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10

commit 1440e71559ad3565dff46e9cac31f31e6748d8f2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri May 13 18:35:16 2011 +0000

    [master] fixed a build failure on freebsd8/g++: we need to include Python.h
    before everything else as requested in
    http://docs.python.org/py3k/extending/extending.html#a-simple-example

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/python/tsigerror_python.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/tsigerror_python.cc b/src/lib/dns/python/tsigerror_python.cc
index afabf7a..e973772 100644
--- a/src/lib/dns/python/tsigerror_python.cc
+++ b/src/lib/dns/python/tsigerror_python.cc
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <Python.h>
+
 #include <string>
 #include <stdexcept>
 




More information about the bind10-changes mailing list