[fix] standard headers in new extensions

This commit is contained in:
Al
2015-12-15 01:18:33 -05:00
parent bec43750d5
commit 7cf48acd20
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <Python.h>
#include <libpostal.h>

View File

@@ -1,3 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <Python.h>
#include <libpostal.h>