Mercurial > hg > xemacs-beta
diff src/gtk-xemacs.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 | e38acbeb1cae |
children | 890f3cafe600 |
line wrap: on
line diff
--- a/src/gtk-xemacs.c Fri Apr 05 12:30:45 2002 +0000 +++ b/src/gtk-xemacs.c Sun Apr 07 16:01:32 2002 +0000 @@ -13,6 +13,8 @@ #include "console-gtk.h" #include "objects-gtk.h" #include "gtk-xemacs.h" +#include "device.h" +#include "glyphs.h" #include "window.h" #include "faces.h" #include "event-gtk.h"