aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"