From: pcarana Date: Fri, 22 Feb 2019 01:05:49 +0000 (-0600) Subject: Add missing stdlib header X-Git-Tag: v0.0.2~52^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe085cdf17577a4e2c8c8a81bd83db6feb3fd06;p=thirdparty%2FFORT-validator.git Add missing stdlib header --- diff --git a/src/array_list.h b/src/array_list.h index a944aabb..a8e199c0 100644 --- a/src/array_list.h +++ b/src/array_list.h @@ -3,6 +3,7 @@ #include #include +#include #define ARRAY_LIST(name, elem_type) \ struct name { \