summaryrefslogtreecommitdiff
path: root/utils/idna.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/idna.c')
-rw-r--r--utils/idna.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/idna.c b/utils/idna.c
index 545eff90d..a23801b43 100644
--- a/utils/idna.c
+++ b/utils/idna.c
@@ -21,6 +21,7 @@
* NetSurf international domain name handling implementation.
*/
+#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>