Imported Upstream version 0.9.35
[platform/upstream/harfbuzz.git] / src / hb-ucdn / ucdn.c
index b61e34a..d1a4195 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdint.h>
 #include "ucdn.h"
 
 typedef struct {
@@ -34,7 +33,7 @@ typedef struct {
 } MirrorPair;
 
 typedef struct {
-    int start;
+    unsigned int start;
     short count, index;
 } Reindex;