Browse Source

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

JINMEI Tatuya 14 years ago
parent
commit
7c576f2e3d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dns/python/rcode_python.cc

+ 2 - 0
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>