mirror of
https://git.kore.io/kore.git
synced 2024-11-12 05:10:48 +01:00
undef _POSIX_C_SOURCE and _XOPEN_SOURCE before Python.h
This commit is contained in:
parent
ef441fb9a1
commit
da13e1e768
@ -18,6 +18,9 @@
|
||||
#ifndef __H_PYTHON_H
|
||||
#define __H_PYTHON_H
|
||||
|
||||
#undef _POSIX_C_SOURCE
|
||||
#undef _XOPEN_SOURCE
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
void kore_python_init(void);
|
||||
|
Loading…
Reference in New Issue
Block a user