SHA256
1
0
forked from pool/emacs
emacs/emacs-24.4-decl.dif
2014-10-21 15:54:37 +00:00

17 lines
325 B
Plaintext

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