diff options
| author | Eli Zaretskii | 2024-06-05 19:32:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-05 19:32:17 +0300 |
| commit | 6fbb699bee2f54d65fbe6074735d42bbc0868c2c (patch) | |
| tree | c7f38a4704af3585ff910abd9c3302402de02f22 | |
| parent | e84057d072eaaa5e395d796a41bb78613844fb7c (diff) | |
| download | emacs-6fbb699bee2f54d65fbe6074735d42bbc0868c2c.tar.gz 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/>. */ | |||
| 22 | 22 | ||
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "cm.h" | 24 | #include "cm.h" |
| 25 | #include "frame.h" | ||
| 25 | #include "sysstdio.h" | 26 | #include "sysstdio.h" |
| 26 | #include "termchar.h" | 27 | #include "termchar.h" |
| 27 | #include "tparam.h" | 28 | #include "tparam.h" |