2506b76
From 761c64927512d40858bb1d8b24cc5331b95e9ceb Mon Sep 17 00:00:00 2001
2506b76
From: David Tardon <dtardon@redhat.com>
2506b76
Date: Wed, 27 Aug 2014 15:27:53 +0200
2506b76
Subject: [PATCH] fix build with icu 53.1
2506b76
2506b76
---
2506b76
 common.h | 1 +
2506b76
 1 file changed, 1 insertion(+)
2506b76
2506b76
diff --git a/common.h b/common.h
2506b76
index 2ea50e4..88c99fb 100644
2506b76
--- a/common.h
2506b76
+++ b/common.h
2506b76
@@ -129,6 +129,7 @@ typedef intintobjargproc ssizessizeobjargproc;
2506b76
 #include <unicode/regex.h>
2506b76
 #include <unicode/normlzr.h>
2506b76
 #include <unicode/search.h>
2506b76
+#include <unicode/sortkey.h>
2506b76
 #include <unicode/stsearch.h>
2506b76
 
2506b76
 #define VERSION_HEX(major, minor, patch) \
2506b76
-- 
2506b76
1.9.3
2506b76