From 485a8fcbf4974466022798c0159e954af9482cf1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 13 Mar 2022 18:03:11 -0700 Subject: [PATCH] * src/bytecode.c: Include sysstdio.h, for fprint, stderr. ; Ref https://hydra.nixos.org/build/169207408 --- src/bytecode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bytecode.c b/src/bytecode.c index b26146c27f3..8704e6069dd 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -21,6 +21,7 @@ along with GNU Emacs. If not, see . */ #include "lisp.h" #include "blockinput.h" +#include "sysstdio.h" #include "character.h" #include "buffer.h" #include "keyboard.h" -- 2.39.5