summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftpd
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2012-03-15 07:18:35 +0000
committernicm <nicm@openbsd.org>2012-03-15 07:18:35 +0000
commit1faad7bf2052b6c3affb7e2b62fa4732505c44a3 (patch)
tree4c70a5e38a2e65543ac390b1f13224ab54460fcb /usr.sbin/tftpd
parentAccept empty/nonexistant ldap attributes when we want a list. This allows (diff)
downloadwireguard-openbsd-1faad7bf2052b6c3affb7e2b62fa4732505c44a3.tar.xz
wireguard-openbsd-1faad7bf2052b6c3affb7e2b62fa4732505c44a3.zip
Add sys/queue.h. ok dlg
Diffstat (limited to 'usr.sbin/tftpd')
-rw-r--r--usr.sbin/tftpd/tftpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tftpd/tftpd.c b/usr.sbin/tftpd/tftpd.c
index f331fc9c79e..52df5c13447 100644
--- a/usr.sbin/tftpd/tftpd.c
+++ b/usr.sbin/tftpd/tftpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tftpd.c,v 1.4 2012/03/07 22:24:01 dlg Exp $ */
+/* $OpenBSD: tftpd.c,v 1.5 2012/03/15 07:18:35 nicm Exp $ */
/*
* Copyright (c) 2012 David Gwynne <dlg@uq.edu.au>
@@ -60,6 +60,7 @@
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/types.h>
+#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/uio.h>