diff options
Diffstat (limited to 'source3/python/py_winbind_conv.c')
-rw-r--r-- | source3/python/py_winbind_conv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/python/py_winbind_conv.c b/source3/python/py_winbind_conv.c index 6e2eab5941..c3e416171e 100644 --- a/source3/python/py_winbind_conv.c +++ b/source3/python/py_winbind_conv.c @@ -18,7 +18,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "python/py_common.h" +#include "includes.h" +#include "Python.h" #include "python/py_conv.h" /* Convert a struct passwd to a dictionary */ |