1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

Pull in <sys/time.h> for gettimeofday()

ok deraadt@
This commit is contained in:
guenther
2016-08-26 08:44:04 +00:00
parent f4bbb70b9d
commit 358ea70d4c
+2 -1
View File
@@ -1,4 +1,4 @@
/* $OpenBSD: table.c,v 1.18 2016/03/16 15:41:10 krw Exp $ */
/* $OpenBSD: table.c,v 1.19 2016/08/26 08:44:04 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
@@ -39,6 +39,7 @@
*/
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <protocols/talkd.h>
#include <stdlib.h>