summaryrefslogtreecommitdiff
path: root/src/modules/xml/xmlApi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/xml/xmlApi.cpp')
-rw-r--r--src/modules/xml/xmlApi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/xml/xmlApi.cpp b/src/modules/xml/xmlApi.cpp
index 08887dd448..45acae2381 100644
--- a/src/modules/xml/xmlApi.cpp
+++ b/src/modules/xml/xmlApi.cpp
@@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "xmlParser.h"
static HXML xmlapiCreateNode( LPCTSTR name, LPCTSTR text, char isDeclaration )