make ssize_t type available on some platforms

This commit is contained in:
Vincent Sanders 2018-08-23 21:18:54 +01:00
parent 7d645bee91
commit 865796486d
1 changed files with 1 additions and 0 deletions

View File

@ -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"