diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-04 14:22:26 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-04 14:22:26 +0000 |
| commit | 42342c45619de52226ce2c2860c91c93fe5aa720 (patch) | |
| tree | 575e37d838c7f4061f16cd3a16665cf5736c7ffc /python | |
| parent | 5390b82f32b28884eb411a57787dede171c53a73 (diff) | |
| download | lasso-42342c45619de52226ce2c2860c91c93fe5aa720.tar.gz lasso-42342c45619de52226ce2c2860c91c93fe5aa720.tar.xz lasso-42342c45619de52226ce2c2860c91c93fe5aa720.zip | |
Moved '#include <lasso/lasso_config.h> into lasso.c
Added also in py_lasso.c
Diffstat (limited to 'python')
| -rw-r--r-- | python/py_lasso.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <lasso/lasso_config.h> + #include "lassomod.h" #include "py_lasso.h" |
