diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-08 03:36:09 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-08 03:36:09 +0100 |
commit | 3c35e11315ae592e95cc02c25c313a5a32cb50a1 (patch) | |
tree | 8fd23de9544c8384bf4c4e47d3861d42e80bf4a2 | |
parent | 0c9e73e5303e759e8765019bff707809c4cec536 (diff) |
Forgot this include path.
-rw-r--r-- | Makefile.mingw32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 8540872..46212b2 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -30,6 +30,7 @@ INCLUDES = \ -I ../Mesa-7.0.3-win32/include \ -I../Baltisot/include \ -I../LuaJIT/src \ +-I../gnuwin32/include \ -I../PSX-Bundle/includes -I../PSX-Bundle/psxdev \ HAVES = -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_BYTESWAP_H |