Commit f9de0351 authored by Mat's avatar Mat
Browse files

Whoops..

parent 5d4e8f62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@
 * along with SharedArray.  If not, see <http://www.gnu.org/licenses/>.
 */

#if PY_MAJOR_VERSION >= 3

#define NPY_NO_DEPRECATED_API	NPY_1_8_API_VERSION
#include <Python.h>

#if PY_MAJOR_VERSION >= 3

/*
 * List of fields
 */
+3 −2
Original line number Diff line number Diff line
@@ -16,13 +16,14 @@
 * along with SharedArray.  If not, see <http://www.gnu.org/licenses/>.
 */

#if PY_MAJOR_VERSION >= 3

#define NPY_NO_DEPRECATED_API	NPY_1_8_API_VERSION
#define PY_ARRAY_UNIQUE_SYMBOL	SHARED_ARRAY_ARRAY_API
#define NO_IMPORT_ARRAY

#include <Python.h>

#if PY_MAJOR_VERSION >= 3

#include <numpy/arrayobject.h>
#include <sys/types.h>
#include <sys/stat.h>