blob: 6dc4959e2a5e375be69dc96d41429142fa1130dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1.1.1 2002/01/22 22:00:22 jlam Exp $
--- authlib/cryptpassword.c.orig Wed Jun 20 21:44:30 2001
+++ authlib/cryptpassword.c
@@ -6,6 +6,7 @@
#if HAVE_CONFIG_H
#include "config.h"
#endif
+#include <stdlib.h>
#include <string.h>
#if HAVE_UNISTD_H
#include <unistd.h>
|