summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsfontload
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-05-27 05:01:28 +0000
committermillert <millert@openbsd.org>2005-05-27 05:01:28 +0000
commitf0a25709fc052fdfb1532a263eddb4b62d5a77ed (patch)
treec50a8a3761bbe3a5d31950cd67972f087597fddf /usr.sbin/wsfontload
parentExperimental support for opportunitic use of jumbograms where only some hosts (diff)
downloadwireguard-openbsd-f0a25709fc052fdfb1532a263eddb4b62d5a77ed.tar.xz
wireguard-openbsd-f0a25709fc052fdfb1532a263eddb4b62d5a77ed.zip
include sys/time.h to get struct timeval
Diffstat (limited to 'usr.sbin/wsfontload')
-rw-r--r--usr.sbin/wsfontload/wsfontload.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/wsfontload/wsfontload.c b/usr.sbin/wsfontload/wsfontload.c
index 3a4764141b4..9ce6ed72013 100644
--- a/usr.sbin/wsfontload/wsfontload.c
+++ b/usr.sbin/wsfontload/wsfontload.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsfontload.c,v 1.9 2004/08/03 09:45:29 jmc Exp $ */
+/* $OpenBSD: wsfontload.c,v 1.10 2005/05/27 05:03:47 millert Exp $ */
/* $NetBSD: wsfontload.c,v 1.2 2000/01/05 18:46:43 ad Exp $ */
/*
@@ -33,12 +33,14 @@
*
*/
+#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/ioctl.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
-#include <sys/types.h>
-#include <sys/ioctl.h>
#include <string.h>
#include <err.h>