svn rev #21935: trunk/src/util/support/

raeburn@MIT.EDU raeburn at MIT.EDU
Mon Feb 9 17:59:01 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21935
Commit By: raeburn
Log Message:
Include assert.h


Changed Files:
U   trunk/src/util/support/utf8_conv.c
Modified: trunk/src/util/support/utf8_conv.c
===================================================================
--- trunk/src/util/support/utf8_conv.c	2009-02-09 22:42:43 UTC (rev 21934)
+++ trunk/src/util/support/utf8_conv.c	2009-02-09 22:59:00 UTC (rev 21935)
@@ -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"




More information about the cvs-krb5 mailing list