aboutsummaryrefslogtreecommitdiff
path: root/contrib/openpam
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-03-07 11:59:04 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-03-07 11:59:04 +0000
commitbda8155763524d5dcccc4dc44122d4a5ad263beb (patch)
tree2d3706e96eb56d74cda567526ce9ad2cd5f628c9 /contrib/openpam
parent4579d22cac62b140f99be77fe99c614e9d8d070f (diff)
downloadsrc-bda8155763524d5dcccc4dc44122d4a5ad263beb.tar.gz
src-bda8155763524d5dcccc4dc44122d4a5ad263beb.zip
Add missing #include <string.h>
Notes
Notes: svn path=/vendor/openpam/dist/; revision=91796
Diffstat (limited to 'contrib/openpam')
-rw-r--r--contrib/openpam/lib/openpam_log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_log.c b/contrib/openpam/lib/openpam_log.c
index 65b2dc0481d1..1beb65940a3c 100644
--- a/contrib/openpam/lib/openpam_log.c
+++ b/contrib/openpam/lib/openpam_log.c
@@ -31,13 +31,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_log.c#9 $
+ * $P4: //depot/projects/openpam/lib/openpam_log.c#10 $
*/
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <syslog.h>
#include <security/pam_appl.h>