summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-09-03 18:15:24 +0000
committerRichard M. Stallman <rms@gnu.org>1999-09-03 18:15:24 +0000
commit29c42596c4542c9b61167926dcb9a0412bc52ce1 (patch)
treeb1ba027832aef3d12355bafe0e695d960a35408d /src/dispextern.h
parent9472f927f9fd9ee2ee80eeb3f7d617c59820e368 (diff)
downloademacs-29c42596c4542c9b61167926dcb9a0412bc52ce1.tar.gz
[macintosh]: Include macterm.h to define substitute X
Window types and macros.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h3
1 files changed, 3 insertions, 0 deletions
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