diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-06-05 19:32:17 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-06-05 19:32:17 +0300 |
commit | 6fbb699bee2f54d65fbe6074735d42bbc0868c2c (patch) | |
tree | c7f38a4704af3585ff910abd9c3302402de02f22 | |
parent | e84057d072eaaa5e395d796a41bb78613844fb7c (diff) | |
download | emacs-6fbb699bee2f54d65fbe6074735d42bbc0868c2c.tar.gz emacs-6fbb699bee2f54d65fbe6074735d42bbc0868c2c.tar.bz2 emacs-6fbb699bee2f54d65fbe6074735d42bbc0868c2c.zip |
; Fix last change.
-rw-r--r-- | src/cm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include "lisp.h" #include "cm.h" +#include "frame.h" #include "sysstdio.h" #include "termchar.h" #include "tparam.h" |