]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Need sys/file.h
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 22 Oct 2022 07:25:16 +0000 (03:25 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 22 Oct 2022 07:25:16 +0000 (03:25 -0400)
src/bin/unit_test_attribute.c

index cde6c8092a0e4e47b95ba1ab84bf36364fa5785e..0ee98b03a06364ae51c8b21ee35407fe053bc87e 100644 (file)
@@ -67,6 +67,7 @@ typedef struct request_s request_t;
 #include <fcntl.h>
 #include <libgen.h>
 #include <limits.h>
+#include <sys/file.h>
 #include <sys/stat.h>
 #include <sys/wait.h>