From 29c42596c4542c9b61167926dcb9a0412bc52ce1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Sep 1999 18:15:24 +0000 Subject: [PATCH] [macintosh]: Include macterm.h to define substitute X Window types and macros. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5