File emacs-23.2-decl.dif of Package emacs
--- src/frame.c +++ src/frame.c 2010-10-18 13:34:00.000427490 +0000 @@ -21,6 +21,9 @@ along with GNU Emacs. If not, see <http #include <stdio.h> #include <ctype.h> +#ifdef STDC_HEADERS +#include <stdlib.h> +#endif #include <setjmp.h> #include "lisp.h" #include "character.h"