diff src/glyphs-gtk.c @ 809:285f13b079f3

[xemacs-hg @ 2002-04-07 16:01:30 by wmperry] Make GTK compile again because of lack of device.h/window.h includes.
author wmperry
date Sun, 07 Apr 2002 16:01:32 +0000
parents a5954632b187
children 6728e641994e
line wrap: on
line diff
--- a/src/glyphs-gtk.c	Fri Apr 05 12:30:45 2002 +0000
+++ b/src/glyphs-gtk.c	Sun Apr 07 16:01:32 2002 +0000
@@ -59,6 +59,8 @@
 
 #include "buffer.h"
 #include "window.h"
+#include "device.h"
+#include "gui.h"
 #include "frame.h"
 #include "insdel.h"
 #include "opaque.h"