From 1b0b4ecb2974f30f33c2e03e06bdc98997623e6c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 5 Jun 2024 19:32:17 +0300 Subject: [PATCH] ; Fix last change. (cherry picked from commit 6fbb699bee2f54d65fbe6074735d42bbc0868c2c) --- src/cm.c | 1 + 1 file changed, 1 insertion(+) 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 . */ #include "lisp.h" #include "cm.h" +#include "frame.h" #include "sysstdio.h" #include "termchar.h" #include "tparam.h" -- 2.39.5