summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-02-09 22:59:00 +0000
committerKen Raeburn <raeburn@mit.edu>2009-02-09 22:59:00 +0000
commit9da6338cc0272d91af3175eaaeb0569ce53c85bb (patch)
tree4658d962aca22c6d0b16d10b3bb6293dd7d3beaf /src
parent3ef3d3e331c051fb3901575e29b81ee5d09da154 (diff)
downloadkrb5-9da6338cc0272d91af3175eaaeb0569ce53c85bb.tar.gz
krb5-9da6338cc0272d91af3175eaaeb0569ce53c85bb.tar.xz
krb5-9da6338cc0272d91af3175eaaeb0569ce53c85bb.zip
Include assert.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21935 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/support/utf8_conv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/support/utf8_conv.c b/src/util/support/utf8_conv.c
index 531b3d2d20..58fb25022e 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 <assert.h>
#include "k5-platform.h"
#include "k5-utf8.h"
#include "supp-int.h"