diff options
Diffstat (limited to 'src/modules/utils/utf.cpp')
-rw-r--r-- | src/modules/utils/utf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/utils/utf.cpp b/src/modules/utils/utf.cpp index ad6683d2ed..670f9f5edf 100644 --- a/src/modules/utils/utf.cpp +++ b/src/modules/utils/utf.cpp @@ -24,7 +24,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"
/* number of following bytes in sequence based on first byte value (for bytes above 0x7f) */
static const char utf8_length[128] =
|