From 4a80e26ab23729a95ac1281dafe1c93fa84bae8e Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 18 Apr 2024 04:27:41 -0400 Subject: [PATCH] - fix #2248 as suggested in the ticket - fix missing include in FreeBSD --- src/common/filesystem/source/fs_findfile.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/filesystem/source/fs_findfile.cpp b/src/common/filesystem/source/fs_findfile.cpp index 1f8824fc7b..9bc32e75e8 100644 --- a/src/common/filesystem/source/fs_findfile.cpp +++ b/src/common/filesystem/source/fs_findfile.cpp @@ -40,6 +40,9 @@ #include #include +#ifdef __FreeBSD__ +#include +#endif #include #include #include