diff options
Diffstat (limited to 'src/emacsgtkfixed.h')
-rw-r--r-- | src/emacsgtkfixed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h index bcf1cd9072e..a969a6d265b 100644 --- a/src/emacsgtkfixed.h +++ b/src/emacsgtkfixed.h @@ -23,6 +23,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> +struct frame; + G_BEGIN_DECLS extern GtkWidget *emacs_fixed_new (struct frame *f); |