BIND 10 master, updated. 7c576f2e3d986b0f58883776822323ff57535a3c [master] same fix as 1440e71: another missing Python.h at the beginning of .cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 13 21:09:55 UTC 2011


The branch, master has been updated
       via  7c576f2e3d986b0f58883776822323ff57535a3c (commit)
      from  201bae76d11706e9fe9c09491ed216c225a02e9d (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 7c576f2e3d986b0f58883776822323ff57535a3c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri May 13 21:09:14 2011 +0000

    [master] same fix as 1440e71: another missing Python.h at the beginning of .cc

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/rcode_python.cc b/src/lib/dns/python/rcode_python.cc
index efb0f43..b594ad3 100644
--- a/src/lib/dns/python/rcode_python.cc
+++ b/src/lib/dns/python/rcode_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 <exceptions/exceptions.h>
 
 #include <dns/rcode.h>




More information about the bind10-changes mailing list