summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a4922b)
raw | patch | inline | side by side (parent: 4a4922b)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 16 Jun 2008 15:44:16 +0000 (15:44 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 16 Jun 2008 15:44:16 +0000 (15:44 +0000) |
src/unicoderange.cpp | patch | blob | history |
diff --git a/src/unicoderange.cpp b/src/unicoderange.cpp
index c408910096c78666aac7f88a174c29b919776ff6..c167d71472db46d110ef098b3689e7b9874d05ec 100644 (file)
--- a/src/unicoderange.cpp
+++ b/src/unicoderange.cpp
-#include<unicoderange.h>
+#include "unicoderange.h"
+
+#include <malloc.h>
+#include <string.h>
static unsigned int hex2int(char* s){
int res=0;