Include assert.h
authorKen Raeburn <raeburn@mit.edu>
Mon, 9 Feb 2009 22:59:00 +0000 (22:59 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 9 Feb 2009 22:59:00 +0000 (22:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21935 dc483132-0cff-0310-8789-dd5450dbe970

src/util/support/utf8_conv.c

index 531b3d2d20f2eaa683742d5573869b9985671766..58fb25022ea423822f93dcee3ef26d91b7c8fe08 100644 (file)
@@ -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"