glibc requires <stdint.h> for SIZE_MAX

This commit is contained in:
Frank Denis 2017-08-09 02:09:46 +02:00
parent 3f272cbbfc
commit eb84b00b75

View File

@ -2,6 +2,7 @@
#include <errno.h>
#include <limits.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>