fix to get the windowIO.h to compile from a submodule

develop
belal 2010-09-17 09:20:15 -04:00
parent 3dfbc5fb21
commit 918de0271b
1 changed files with 3 additions and 3 deletions

@ -25,9 +25,9 @@ distribution.
#ifndef KEYS_H_INCLUDED #ifndef KEYS_H_INCLUDED
#define KEYS_H_INCLUDED #define KEYS_H_INCLUDED
#include "dfhack/DFPragma.h" #include "../DFPragma.h"
#include "dfhack/DFExport.h" #include "../DFExport.h"
#include "dfhack/DFModule.h" #include "../DFModule.h"
namespace DFHack namespace DFHack
{ {