From 150005bf3978815c6b7678b5482bde89a3191a40 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Fri, 16 Jul 2004 12:49:29 +0000 Subject: *** empty log message *** --- python/environs/py_user.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/environs') 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) { -- cgit