- fix #2248 as suggested in the ticket - fix missing include in FreeBSD

This commit is contained in:
Rachael Alexanderson 2024-04-18 04:27:41 -04:00
parent 40b77ff1fb
commit 4a80e26ab2
No known key found for this signature in database
GPG Key ID: 26A8ACCE97115EE0
1 changed files with 3 additions and 0 deletions

View File

@ -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>