add include for basename on freebsd
This commit is contained in:
parent
67a5d6b213
commit
24b79e81bc
|
@ -33,6 +33,7 @@
|
|||
#include <errno.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/thr.h>
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
bool Logger::smInitialised = false;
|
||||
|
|
Loading…
Reference in New Issue