diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-30 07:08:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-30 07:08:45 +0000 |
commit | 8e3c16779bcf9cb545a8936909e2a96350b5d521 (patch) | |
tree | d816feb121a2a648994de48dc22a381709bcaf62 /bin/date | |
parent | 18211ae263c53996a608d9034f9b2398d904315f (diff) |
stdlib.h
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/netdate.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 4ef012bab88..6f6688ccbf2 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netdate.c,v 1.8 1997/06/18 19:21:39 kstailey Exp $ */ +/* $OpenBSD: netdate.c,v 1.9 1997/06/30 07:08:44 deraadt Exp $ */ /* $NetBSD: netdate.c,v 1.10 1995/09/07 06:21:06 jtc Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)netdate.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: netdate.c,v 1.8 1997/06/18 19:21:39 kstailey Exp $"; +static char rcsid[] = "$OpenBSD: netdate.c,v 1.9 1997/06/30 07:08:44 deraadt Exp $"; #endif #endif /* not lint */ @@ -56,6 +56,7 @@ static char rcsid[] = "$OpenBSD: netdate.c,v 1.8 1997/06/18 19:21:39 kstailey Ex #include <stdio.h> #include <string.h> #include <unistd.h> +#include <stdlib.h> #include <rpc/rpc.h> /* bindresvport() proto */ #include "extern.h" |