mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Pull in <sys/select.h> for fd_set
Pull in <time.h> for time() ok deraadt@
This commit is contained in:
parent
e29f8a1b72
commit
ba202854ff
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: timer.c,v 1.14 2016/01/10 13:35:09 mestre Exp $ */
|
||||
/* $OpenBSD: timer.c,v 1.15 2016/08/27 02:11:27 guenther Exp $ */
|
||||
/* $NetBSD: timer.c,v 1.3 1995/04/24 12:22:45 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
@ -33,8 +33,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/select.h>
|
||||
#include <curses.h>
|
||||
#include <setjmp.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "extern.h"
|
||||
|
Loading…
Reference in New Issue
Block a user