diff options
| author | Glenn Morris | 2022-03-13 18:03:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 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.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/>. */ | |||
| 21 | 21 | ||
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "blockinput.h" | 23 | #include "blockinput.h" |
| 24 | #include "sysstdio.h" | ||
| 24 | #include "character.h" | 25 | #include "character.h" |
| 25 | #include "buffer.h" | 26 | #include "buffer.h" |
| 26 | #include "keyboard.h" | 27 | #include "keyboard.h" |