summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-01 23:19:41 +0000
committerderaadt <deraadt@openbsd.org>1999-09-01 23:19:41 +0000
commit29ed42372e15ecf958b781b023e133f1a53b17ed (patch)
treec89b0b646f9eeb12009f1cc70b00dca67c79a1b4
parentne2000_attach() later; this terse commit message being blown towards (diff)
downloadwireguard-openbsd-29ed42372e15ecf958b781b023e133f1a53b17ed.tar.xz
wireguard-openbsd-29ed42372e15ecf958b781b023e133f1a53b17ed.zip
string.h for memcpy proto
-rw-r--r--lib/libc/gen/readdir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/readdir.c b/lib/libc/gen/readdir.c
index 3d3b2a2012b..867f3e904f0 100644
--- a/lib/libc/gen/readdir.c
+++ b/lib/libc/gen/readdir.c
@@ -32,11 +32,12 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: readdir.c,v 1.3 1998/11/20 11:18:39 d Exp $";
+static char rcsid[] = "$OpenBSD: readdir.c,v 1.4 1999/09/01 23:19:41 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <dirent.h>
+#include <string.h>
#include <errno.h>
#include "thread_private.h"