Skip to content

Commit

Permalink
- fix #2248 as suggested in the ticket - fix missing include in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 18, 2024
1 parent 40b77ff commit 4a80e26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/filesystem/source/fs_findfile.cpp
Expand Up @@ -40,6 +40,9 @@

#include <limits.h>
#include <stdlib.h>
#ifdef __FreeBSD__
#include <sys/time.h>
#endif
#include <unistd.h>
#include <fnmatch.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 4a80e26

Please sign in to comment.