Merge pull request #685 from ComradeKeys/master

There was a typo I came across when cross compiling
This commit is contained in:
erwincoumans
2016-07-08 17:23:41 -07:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
#include <mach-o/dyld.h> /* _NSGetExecutablePath */
#else
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#else
//not Mac, not Windows, let's cross the fingers it is Linux :-)
#include <unistd.h>