From 76b8684fcf9b7c4ee5ca609daa9102ad5db02169 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Wed, 15 Mar 2006 18:10:22 -0600 Subject: [PATCH] Missing #include --- moo/mooterm/mooterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/moo/mooterm/mooterm.c b/moo/mooterm/mooterm.c index e78a11a3..4cdd22db 100644 --- a/moo/mooterm/mooterm.c +++ b/moo/mooterm/mooterm.c @@ -17,6 +17,7 @@ #include "mooterm/mootermparser.h" #include "mooterm/mootermpt.h" #include "mooterm/mootermbuffer-private.h" +#include "mooterm/mooterm-text.h" #include "mooutils/moocompat.h" #include "mooutils/moomarshals.h" #include "mooutils/mooutils-gobject.h"