From: Eli Zaretskii Date: Wed, 5 Jun 2024 16:32:17 +0000 (+0300) Subject: ; Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b0b4ecb2974f30f33c2e03e06bdc98997623e6c;p=emacs.git ; Fix last change. (cherry picked from commit 6fbb699bee2f54d65fbe6074735d42bbc0868c2c) --- 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"