From: Richard M. Stallman Date: Fri, 3 Sep 1999 18:15:24 +0000 (+0000) Subject: [macintosh]: Include macterm.h to define substitute X X-Git-Tag: emacs-pretest-21.0.90~6922 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29c42596c4542c9b61167926dcb9a0412bc52ce1;p=emacs.git [macintosh]: Include macterm.h to define substitute X Window types and macros. --- diff --git a/src/dispextern.h b/src/dispextern.h index daee9ed4645..8163fc8ea31 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -36,6 +36,9 @@ Boston, MA 02111-1307, USA. */ #include "w32gui.h" #endif +#ifdef macintosh +#include "macterm.h" +#endif /* Structure forward declarations. Some are here because function prototypes below reference structure types before their definition