--- ./tftpd/path.c.orig 2026-07-04 16:00:53.000000000 -0500 +++ ./tftpd/path.c 2026-07-07 16:11:20.109319057 -0500 @@ -18,6 +18,8 @@ * as a single heap allocation. */ +#include + #include "config.h" #include "common/tftpsubs.h" #include "path.h" --- ./tftpd/tftpd.c.orig 2026-07-04 16:00:53.000000000 -0500 +++ ./tftpd/tftpd.c 2026-07-07 16:11:06.296319857 -0500 @@ -7,6 +7,8 @@ * All rights reserved. */ +#include + #include "config.h" /* Must be included first */ #include "tftpd.h" #include "path.h"