Fixes Android Build issues

Trying to build with the android standalone compiler, and these 2 things
were causing errors. I don't know what an equivalent to basename would
be, because I don't really know what it does.
This commit is contained in:
Thad House
2016-01-03 21:26:51 -08:00
parent 5e2a07d58a
commit 1247976a34
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,10 @@
#include <libgen.h>
#endif
#ifdef __ANDROID__
#include <libgen.h>
#endif
using namespace nt;
ATOMIC_STATIC_INIT(Logger)