Small fix
[SXSI/TextCollection.git] / incbwt / misc / definitions.h
index 4903af2..768c099 100644 (file)
@@ -18,7 +18,9 @@ typedef signed int    sint;
 #endif
 
 
+#ifndef uchar
 typedef unsigned char           uchar;
+#endif
 typedef std::pair<usint, usint> pair_type;