[fix] standard headers in new extensions
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <Python.h>
|
||||
#include <libpostal.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <Python.h>
|
||||
#include <libpostal.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user