From ae285a8cbf1212bdc1b3f81219635bc1395fadee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 10 May 2024 23:15:45 +0200 Subject: [PATCH] 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 --- libexec/tftpd/tests/functional.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include