fix compilation for win32

This commit is contained in:
Eduardo Bart 2011-04-11 17:27:03 -03:00
parent c3f0ca2b4f
commit 451719479b
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "platform.h" #include "core/platform.h"
#include "engine.h" #include "core/engine.h"
#include <dir.h> #include <dir.h>
#include <physfs.h> #include <physfs.h>