From: Ken Raeburn Date: Mon, 9 Feb 2009 22:59:00 +0000 (+0000) Subject: Include assert.h X-Git-Tag: krb5-1.8-alpha1~669 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9da6338cc0272d91af3175eaaeb0569ce53c85bb;p=krb5.git Include assert.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21935 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/support/utf8_conv.c b/src/util/support/utf8_conv.c index 531b3d2d2..58fb25022 100644 --- a/src/util/support/utf8_conv.c +++ b/src/util/support/utf8_conv.c @@ -58,6 +58,7 @@ * All functions return -1 if the character or string cannot be converted. */ +#include #include "k5-platform.h" #include "k5-utf8.h" #include "supp-int.h"