summaryrefslogtreecommitdiff
path: root/lib/unicase/special-casing.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicase/special-casing.h')
-rw-r--r--lib/unicase/special-casing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/unicase/special-casing.h b/lib/unicase/special-casing.h
index b2419a49a7..fc57523b9b 100644
--- a/lib/unicase/special-casing.h
+++ b/lib/unicase/special-casing.h
@@ -15,6 +15,7 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include <stddef.h>
/* A special casing context.
A context is negated through x -> -x. */
@@ -57,4 +58,4 @@ struct special_casing_rule
};
extern const struct special_casing_rule *
- gl_unicase_special_lookup (const char *str, unsigned int len);
+ gl_unicase_special_lookup (const char *str, size_t len);