blob: f17113696f1f44d243eb4fa2fbf8cf14c391d148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.4 1999/02/13 09:05:02 rh Exp $
--- support/authuser.c.orig Mon Jul 6 11:14:52 1998
+++ support/authuser.c Sat Feb 13 00:43:35 1999
@@ -9,6 +9,7 @@
#else
#include <sys/types.h>
#endif
+#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
|