diff options
author | Glenn Morris <rgm@gnu.org> | 2022-03-13 18:03:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2022-03-13 18:03:11 -0700 |
commit | 485a8fcbf4974466022798c0159e954af9482cf1 (patch) | |
tree | 57d312ab1eed68275d1559d499ec8c393872bb9f /src/bytecode.c | |
parent | 17fd48efab9c8c42147c1d6319ca653781eac1e6 (diff) | |
download | emacs-485a8fcbf4974466022798c0159e954af9482cf1.tar.gz emacs-485a8fcbf4974466022798c0159e954af9482cf1.tar.bz2 emacs-485a8fcbf4974466022798c0159e954af9482cf1.zip |
* src/bytecode.c: Include sysstdio.h, for fprint, stderr.
; Ref https://hydra.nixos.org/build/169207408
Diffstat (limited to 'src/bytecode.c')
-rw-r--r-- | src/bytecode.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. */ #include "lisp.h" #include "blockinput.h" +#include "sysstdio.h" #include "character.h" #include "buffer.h" #include "keyboard.h" |