summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-23 21:18:54 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-23 21:18:54 +0100
commit865796486d979a26a0c5e31fd046918d44c58899 (patch)
treef502a31bbb3d7c4a7fbf7869917e8bdc3329d85b /utils
parent7d645bee91efa9174c0b3dca1102cbb1b4ad246b (diff)
downloadnetsurf-865796486d979a26a0c5e31fd046918d44c58899.tar.gz
netsurf-865796486d979a26a0c5e31fd046918d44c58899.tar.bz2
make ssize_t type available on some platforms
Diffstat (limited to 'utils')
-rw-r--r--utils/idna.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/idna.c b/utils/idna.c
index 572882ecb..70d321db5 100644
--- a/utils/idna.c
+++ b/utils/idna.c
@@ -26,6 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <libutf8proc/utf8proc.h>
#include "netsurf/inttypes.h"