aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2024-05-10 21:15:45 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2024-05-10 21:16:26 +0000
commitae285a8cbf1212bdc1b3f81219635bc1395fadee (patch)
treec59cf904896addac4b809e572f768f24978707f9 /libexec
parent1111da6b7c612c571453a23a8dd02fd5e7e40b18 (diff)
downloadsrc-ae285a8cbf1212bdc1b3f81219635bc1395fadee.tar.gz
src-ae285a8cbf1212bdc1b3f81219635bc1395fadee.zip
tftpd: Add missing include.
This went unnoticed due to namespace pollution in our headers. MFC after: 3 days Sponsored by: Klara, Inc. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D45131
Diffstat (limited to 'libexec')
-rw-r--r--libexec/tftpd/tests/functional.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/tftpd/tests/functional.c b/libexec/tftpd/tests/functional.c
index d3d2f46ffdee..54ace29d718c 100644
--- a/libexec/tftpd/tests/functional.c
+++ b/libexec/tftpd/tests/functional.c
@@ -28,6 +28,7 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/wait.h>
#include <netinet/in.h>