Need <time.h> for localtime() and asctime() prototypes.

This commit is contained in:
kleink 1998-04-02 10:25:09 +00:00
parent a12b3b40a5
commit bed4261e5c

View File

@ -1,4 +1,4 @@
/* $NetBSD: lock.c,v 1.10 1997/10/19 04:15:40 lukem Exp $ */
/* $NetBSD: lock.c,v 1.11 1998/04/02 10:25:09 kleink Exp $ */
/*
* Copyright (c) 1980, 1987, 1993
@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1987, 1993\n\
#if 0
static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93";
#endif
__RCSID("$NetBSD: lock.c,v 1.10 1997/10/19 04:15:40 lukem Exp $");
__RCSID("$NetBSD: lock.c,v 1.11 1998/04/02 10:25:09 kleink Exp $");
#endif /* not lint */
/*
@ -69,6 +69,7 @@ __RCSID("$NetBSD: lock.c,v 1.10 1997/10/19 04:15:40 lukem Exp $");
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#ifdef SKEY
#include <skey.h>