diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-24 04:39:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-24 04:39:39 +0000 |
commit | a9622491c84b491e961eaadeda514c02fdbd2241 (patch) | |
tree | 79e6b592fb16fc95027e0eef73100862323a88c6 | |
parent | 8c62199d97e1132eec856929aaa4f6b140ff3f1c (diff) |
string.h
-rw-r--r-- | libexec/rpc.rstatd/rstatd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 56de7d78dae..863f219d92d 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rstatd.c,v 1.8 2002/02/16 21:27:31 millert Exp $ */ +/* $OpenBSD: rstatd.c,v 1.9 2002/03/24 04:39:38 deraadt Exp $ */ /*- * Copyright (c) 1993, John Brezak @@ -34,13 +34,14 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: rstatd.c,v 1.8 2002/02/16 21:27:31 millert Exp $"; +static char rcsid[] = "$OpenBSD: rstatd.c,v 1.9 2002/03/24 04:39:38 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> #include <sys/socket.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <signal.h> #include <syslog.h> |