Skip to content

Commit 4a80e26

Browse files
- fix #2248 as suggested in the ticket - fix missing include in FreeBSD
1 parent 40b77ff commit 4a80e26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/filesystem/source/fs_findfile.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040

4141
#include <limits.h>
4242
#include <stdlib.h>
43+
#ifdef __FreeBSD__
44+
#include <sys/time.h>
45+
#endif
4346
#include <unistd.h>
4447
#include <fnmatch.h>
4548
#include <sys/stat.h>

0 commit comments

Comments
 (0)