aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pam/pypam-0.5.0-stricter.patch
blob: 4079f6ff719903ab6a145af148e90d9badedf384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=== modified file 'PAMmodule.c'
--- a/PAMmodule.c	2007-05-28 17:50:59 +0000
+++ b/PAMmodule.c	2007-05-28 18:13:33 +0000
@@ -9,8 +9,9 @@
 
+#include <Python.h>
 #include <security/pam_appl.h>
 #include <security/pam_misc.h>
-#include <Python.h>
 #include <stdio.h>
+#include <string.h>
 #include <dlfcn.h>
 
 static PyObject *PyPAM_Error;