summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-07 11:59:04 +0000
committerdes <des@FreeBSD.org>2002-03-07 11:59:04 +0000
commit7b1f85a23b9def97f3b8b5330af6d1861589440a (patch)
tree2d3706e96eb56d74cda567526ce9ad2cd5f628c9
parent5800a4708c3a4b21e332961b390d4459fd673568 (diff)
downloadFreeBSD-src-7b1f85a23b9def97f3b8b5330af6d1861589440a.zip
FreeBSD-src-7b1f85a23b9def97f3b8b5330af6d1861589440a.tar.gz
Add missing #include <string.h>
-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 65b2dc0..1beb659 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>
OpenPOWER on IntegriCloud