diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-16 12:49:29 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-16 12:49:29 +0000 |
| commit | 150005bf3978815c6b7678b5482bde89a3191a40 (patch) | |
| tree | 16ee9651f3da5d19eeb7d9b5f4fe059a41c84b08 /python/environs/py_user.c | |
| parent | 8ff0d93d6e96c61fddb30e6b8c42fa056ceec8c0 (diff) | |
| download | lasso-150005bf3978815c6b7678b5482bde89a3191a40.tar.gz lasso-150005bf3978815c6b7678b5482bde89a3191a40.tar.xz lasso-150005bf3978815c6b7678b5482bde89a3191a40.zip | |
*** empty log message ***
Diffstat (limited to 'python/environs/py_user.c')
| -rw-r--r-- | python/environs/py_user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/environs/py_user.c b/python/environs/py_user.c index 0e51153b..5de637a9 100644 --- a/python/environs/py_user.c +++ b/python/environs/py_user.c @@ -25,6 +25,8 @@ #include "../lassomod.h" +#include "../xml/py_xml.h" + #include "py_user.h" PyObject *LassoUser_wrap(LassoUser *user) { |
