Merge pull request #3966 from thedax/fixAndroidBuild

Fix Android(and probably others) build.
This commit is contained in:
Unknown W. Brackets 2013-09-28 20:21:36 -07:00
commit 8540497d09

View file

@ -27,6 +27,7 @@ template<> struct CompileTimeAssert<true> {};
#ifndef _WIN32
#include <unistd.h>
#include <errno.h>
#ifdef __linux__
#include <byteswap.h>