summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-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 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 <assert.h>
#include "k5-platform.h"
#include "k5-utf8.h"
#include "supp-int.h"