1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

* eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.

This commit is contained in:
Paul Eggert 2011-04-16 14:50:01 -07:00
parent f97334a26e
commit 4e2fe2e61d
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <limits.h>
#include <setjmp.h>
#include <stdio.h>
#include "lisp.h"
#include "blockinput.h"
#include "commands.h"