From 4e2fe2e61de8ca79587dad5563c847feadd10cdf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 16 Apr 2011 14:50:01 -0700 Subject: [PATCH] * eval.c: Include , for vsnprintf on non-GNU/Linux hosts. --- src/ChangeLog | 2 ++ src/eval.c | 1 + 2 files changed, 3 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 5d6eb0a435b..d7dc454c3dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-04-16 Paul Eggert + * eval.c: Include , for vsnprintf on non-GNU/Linux hosts. + * data.c (arith_error): Mark with NO_RETURN if it doesn't return. * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED): 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 . */ #include #include #include +#include #include "lisp.h" #include "blockinput.h" #include "commands.h" -- 2.39.2