aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c1
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"