diff options
author | Daiki Ueno <dueno@redhat.com> | 2017-08-15 13:55:02 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2017-08-15 14:32:57 +0200 |
commit | 6a137c035c2db373b9171cd7e0569edbe9700f9c (patch) | |
tree | 49284c5e57b2050fb17a02511d17244f4176e02a /common | |
parent | 5f0a948ebcf659a1f2c3d5fb30991ebdf73b5976 (diff) |
build: Include <stdint.h> for SIZE_MAX
Diffstat (limited to 'common')
-rw-r--r-- | common/array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/array.c b/common/array.c index 42084f8..570230c 100644 --- a/common/array.c +++ b/common/array.c @@ -35,6 +35,7 @@ #include "array.h" #include "debug.h" +#include <stdint.h> #include <stdlib.h> #include <string.h> |