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:
parent
f97334a26e
commit
4e2fe2e61d
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue