File emacs-24.4-decl.dif of Package emacs.26998
--- src/frame.c | 3 +++ 1 file changed, 3 insertions(+) --- src/frame.c +++ src/frame.c 2014-10-21 13:58:24.419838036 +0000 @@ -20,6 +20,9 @@ along with GNU Emacs. If not, see <http #include <config.h> #include <stdio.h> +#ifdef STDC_HEADERS +#include <stdlib.h> +#endif #include <errno.h> #include <limits.h>