aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-05 19:32:17 +0300
committerEli Zaretskii2024-06-05 19:32:17 +0300
commit6fbb699bee2f54d65fbe6074735d42bbc0868c2c (patch)
treec7f38a4704af3585ff910abd9c3302402de02f22
parente84057d072eaaa5e395d796a41bb78613844fb7c (diff)
downloademacs-6fbb699bee2f54d65fbe6074735d42bbc0868c2c.tar.gz
emacs-6fbb699bee2f54d65fbe6074735d42bbc0868c2c.zip
; Fix last change.
-rw-r--r--src/cm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cm.c b/src/cm.c
index f6101272d69..67fafa29bcc 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -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"