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 | 0f1de232c254bdcc3d2b381f0724697750a907dd (patch) | |
tree | 811ab71e43f69d43cec1a84e4d1c6e0319201a36 /source3/python/py_ntsec.c | |
parent | fdf42114cdf1e5c7033a072096ea10ebf2e38510 (diff) | |
download | samba-0f1de232c254bdcc3d2b381f0724697750a907dd.tar.gz samba-0f1de232c254bdcc3d2b381f0724697750a907dd.tar.xz samba-0f1de232c254bdcc3d2b381f0724697750a907dd.zip |
More automatically generated prototype madness.
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
Diffstat (limited to 'source3/python/py_ntsec.c')
-rw-r--r-- | source3/python/py_ntsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_ntsec.c b/source3/python/py_ntsec.c index 8981f0c3acc..f216d96aa8f 100644 --- a/source3/python/py_ntsec.c +++ b/source3/python/py_ntsec.c @@ -21,7 +21,7 @@ #include "includes.h" #include "Python.h" -#include "python/py_common.h" +#include "python/py_common_proto.h" /* Convert a SID to a Python dict */ |