diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-01-20 16:27:38 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-01-21 16:15:11 +1300 |
commit | f679def4f2c4d878c8fac49ea248cfadb665168c (patch) | |
tree | 95f46b925fdb5cb80b99aa650f845aa32e736430 /source4/auth | |
parent | 4b11e0c67cbd611b7f295256f0aa6c55a8b88699 (diff) | |
download | samba-f679def4f2c4d878c8fac49ea248cfadb665168c.tar.gz |
s4: Fix a few warnings.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/pyauth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/pyauth.c b/source4/auth/pyauth.c index 7ec7f3e7f2c..865609e8e36 100644 --- a/source4/auth/pyauth.c +++ b/source4/auth/pyauth.c @@ -16,6 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <Python.h> #include "includes.h" #include "param/param.h" #include "pyauth.h" |