- fix #2248 as suggested in the ticket - fix missing include in FreeBSD
This commit is contained in:
parent
40b77ff1fb
commit
4a80e26ab2
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue