From 42342c45619de52226ce2c2860c91c93fe5aa720 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Wed, 4 Aug 2004 14:22:26 +0000 Subject: Moved '#include into lasso.c Added also in py_lasso.c --- python/py_lasso.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/py_lasso.c b/python/py_lasso.c index 56ecbc92..2f494b1c 100644 --- a/python/py_lasso.c +++ b/python/py_lasso.c @@ -23,6 +23,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + #include "lassomod.h" #include "py_lasso.h" -- cgit