diff options
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> |