There was a typo I came across when cross compiling

TLDR; I fixed a typo for the windows build.
 - bkeys
This commit is contained in:
Brigham Keys, Esq
2016-07-08 16:30:01 -05:00
parent e918e5a44e
commit 06d6c9fc3a

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>