add include for basename on freebsd

This commit is contained in:
Isaac Connor 2015-10-02 11:00:42 -04:00
parent 67a5d6b213
commit 24b79e81bc
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <errno.h>
#ifdef __FreeBSD__
#include <sys/thr.h>
#include <libgen.h>
#endif
bool Logger::smInitialised = false;