Fixed error on compile that svn_version.h could not be found in moduleconfig.h
This commit is contained in:
parent
9cca961024
commit
8dc310f1bb
|
@ -3,7 +3,7 @@
|
||||||
#ifndef __MODULECONFIG_H__
|
#ifndef __MODULECONFIG_H__
|
||||||
#define __MODULECONFIG_H__
|
#define __MODULECONFIG_H__
|
||||||
|
|
||||||
#include "svn_version.h"
|
#include "../svn_version.h"
|
||||||
|
|
||||||
// Module info
|
// Module info
|
||||||
#define MODULE_NAME "DoDX"
|
#define MODULE_NAME "DoDX"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user