SHA256
1
0
forked from pool/emacs
emacs/emacs-23.2-decl.dif
2010-10-19 08:08:09 +00:00

13 lines
283 B
Plaintext

--- 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"