From 0c7e2331955612940c1b82e9090b0a0570009a09 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Dec 2010 04:16:33 +0100 Subject: [PATCH] base: Make heim_cmp global, as it is used by test_base. "make checK" breaks without this symbol. Signed-off-by: Love Hornquist Astrand --- base/version-script.map | 1 + 1 file changed, 1 insertion(+) diff --git a/base/version-script.map b/base/version-script.map index 617d4be96..007052bae 100644 --- a/base/version-script.map +++ b/base/version-script.map @@ -12,6 +12,7 @@ HEIMDAL_BASE_1.0 { heim_auto_release_create; heim_auto_release_drain; heim_base_once_f; + heim_cmp; heim_dict_add_value; heim_dict_copy_value; heim_dict_create;