Include the correct header for SIZE_MAX

This commit is contained in:
Pierre Pronchery 2018-02-19 15:09:05 +01:00
parent 9cf0b5b6de
commit c5535a04ca

View File

@ -29,7 +29,7 @@
#include <stddef.h>
#include <limits.h>
#include <stdint.h>
#include "System/array.h"
#include "System/error.h"