Include SSIZE_MAX from limits.h

The existing includes don't pull in limits.h on FreeBSD breaking
the build on FreeBSD.
pull/1207/head
Crest da Zoltral 2021-12-23 20:27:38 +01:00
rodzic cb0f91a4f9
commit 60edcf811b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>