diff options
author | Tim Potter <tpot@samba.org> | 2002-05-27 06:39:10 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-27 06:39:10 +0000 |
commit | 8e1a15a625b72711bcfab77403e6a6b91e434756 (patch) | |
tree | 01e1ba58a79f56c1a00b525a70c5b7a12ecdc6f4 /source/python/py_winbind.c | |
parent | c75bbda1021838074ff0f2e54edd68c69acccee0 (diff) | |
download | samba-8e1a15a625b72711bcfab77403e6a6b91e434756.tar.gz samba-8e1a15a625b72711bcfab77403e6a6b91e434756.tar.xz samba-8e1a15a625b72711bcfab77403e6a6b91e434756.zip |
More automatically generated prototype madness.
Diffstat (limited to 'source/python/py_winbind.c')
-rw-r--r-- | source/python/py_winbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/python/py_winbind.c b/source/python/py_winbind.c index e55d12afb23..49c7f8e924f 100644 --- a/source/python/py_winbind.c +++ b/source/python/py_winbind.c @@ -23,7 +23,7 @@ #include "includes.h" #include "Python.h" -#include "py_common.h" +#include "py_common_proto.h" /* * Exceptions raised by this module |