aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 14:50:01 -0700
committerPaul Eggert2011-04-16 14:50:01 -0700
commit4e2fe2e61de8ca79587dad5563c847feadd10cdf (patch)
treedd2beca5ab465a4bb835d4880eaed9932474c57c /src/eval.c
parentf97334a26eadb54b94a5fbc6b15329b5de050f16 (diff)
downloademacs-4e2fe2e61de8ca79587dad5563c847feadd10cdf.tar.gz
emacs-4e2fe2e61de8ca79587dad5563c847feadd10cdf.zip
* eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index c068f5f3fbf..b843ca5b2ec 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20#include <config.h> 20#include <config.h>
21#include <limits.h> 21#include <limits.h>
22#include <setjmp.h> 22#include <setjmp.h>
23#include <stdio.h>
23#include "lisp.h" 24#include "lisp.h"
24#include "blockinput.h" 25#include "blockinput.h"
25#include "commands.h" 26#include "commands.h"