Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 16e18acb8df013bbbde4426b6a58988d > files > 2

python-pam-0.5.0-7.mga3.src.rpm

Index: PAMmodule.c
===================================================================
--- PAMmodule.c
+++ PAMmodule.c	2013-02-22 08:37:06.332678430 +0100
@@ -7,12 +7,15 @@
  * Released under GNU LGPL version 2.1.
  */
 
+ #define _GNU_SOURCE 1
+
 static char revision[] = "$Id: PAMmodule.c,v 1.3 2007/04/18 03:55:11 rob Exp $";
 
 #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;