summaryrefslogtreecommitdiff
path: root/source4/auth/pyauth.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-01-20 16:27:38 +1300
committerJelmer Vernooij <jelmer@samba.org>2010-01-21 16:15:11 +1300
commitf679def4f2c4d878c8fac49ea248cfadb665168c (patch)
tree95f46b925fdb5cb80b99aa650f845aa32e736430 /source4/auth/pyauth.c
parent4b11e0c67cbd611b7f295256f0aa6c55a8b88699 (diff)
downloadsamba-f679def4f2c4d878c8fac49ea248cfadb665168c.tar.gz
s4: Fix a few warnings.
Diffstat (limited to 'source4/auth/pyauth.c')
-rw-r--r--source4/auth/pyauth.c1
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"