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