diff options
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 7ec7f3e7f2..865609e8e3 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" |