13 lines
283 B
Plaintext
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"
|