From 61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Wed, 7 Jan 2009 14:33:25 -0800 Subject: s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 --- source4/auth/credentials/pycredentials.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/credentials/pycredentials.c') diff --git a/source4/auth/credentials/pycredentials.c b/source4/auth/credentials/pycredentials.c index 903ca2f267..6821170853 100644 --- a/source4/auth/credentials/pycredentials.c +++ b/source4/auth/credentials/pycredentials.c @@ -17,6 +17,7 @@ */ #include "includes.h" +#include "../lib/util/python_util.h" #include "pycredentials.h" #include "param/param.h" #include "lib/cmdline/credentials.h" -- cgit