diff options
author | manojgudi | 2013-07-23 08:42:40 +0530 |
---|---|---|
committer | manojgudi | 2013-07-23 08:42:40 +0530 |
commit | 79fbabc757298cc7c479027438029bf09528dd01 (patch) | |
tree | d3544bcd79b7691713d5d9aa36690b4abe4b3c14 /deallocator.h | |
parent | 43114165fb5e59c4267991f4922970c897fe2d88 (diff) | |
download | sciscipy-1.0.0-79fbabc757298cc7c479027438029bf09528dd01.tar.gz sciscipy-1.0.0-79fbabc757298cc7c479027438029bf09528dd01.tar.bz2 sciscipy-1.0.0-79fbabc757298cc7c479027438029bf09528dd01.zip |
fixed setup.py to build on scilab-5.3.3
Diffstat (limited to 'deallocator.h')
-rw-r--r-- | deallocator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deallocator.h b/deallocator.h index 06d5c0b..eec7a17 100644 --- a/deallocator.h +++ b/deallocator.h @@ -2,6 +2,7 @@ #define _DEALLOCATOR_H #include <Python.h> +#include <api_common.h> #if NUMPY == 1 #include <numpy/arrayobject.h> @@ -21,4 +22,4 @@ extern PyTypeObject _MyDeallocType ; extern void attach_deallocator(PyObject *, void *) ; #endif -#endif
\ No newline at end of file +#endif |