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 /sciconv_write.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 'sciconv_write.h')
-rwxr-xr-x | sciconv_write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sciconv_write.h b/sciconv_write.h index e9569d6..86e5c08 100755 --- a/sciconv_write.h +++ b/sciconv_write.h @@ -21,7 +21,7 @@ #define SCICONV_WRITE #include <Python.h> - +#include <api_common.h> #if NUMPY == 1 #include "util.h" #include "numpy/arrayobject.h" |