From 79fbabc757298cc7c479027438029bf09528dd01 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Tue, 23 Jul 2013 08:42:40 +0530 Subject: fixed setup.py to build on scilab-5.3.3 --- deallocator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deallocator.h') 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 +#include #if NUMPY == 1 #include @@ -21,4 +22,4 @@ extern PyTypeObject _MyDeallocType ; extern void attach_deallocator(PyObject *, void *) ; #endif -#endif \ No newline at end of file +#endif -- cgit