]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add missing header (#4332)
authorTerry Burton <tez@terryburton.co.uk>
Sun, 12 Dec 2021 22:23:06 +0000 (22:23 +0000)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 22:23:06 +0000 (17:23 -0500)
src/lib/tls/session.c

index cd837a8f81e86e51c3147679e8c2621d91dc4ba3..d0c878e9a4368cc93ac2e27683b27d20ac659d09 100644 (file)
@@ -41,6 +41,7 @@
 #include <openssl/x509v3.h>
 
 #include <openssl/ssl.h>
+#include <sys/stat.h>
 #include <ctype.h>
 #include <fcntl.h>