forked from pool/emacs
17 lines
325 B
Plaintext
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>
|
|
|