2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[trac915] added Python.h at the head of included files as required in

the python API (failing this will cause build errors on some systems)
This commit is contained in:
JINMEI Tatuya
2011-05-18 09:26:02 -07:00
parent 031eda633f
commit 23d63caf0c
2 changed files with 4 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>