aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1999-09-03 18:15:24 +0000
committerRichard M. Stallman1999-09-03 18:15:24 +0000
commit29c42596c4542c9b61167926dcb9a0412bc52ce1 (patch)
treeb1ba027832aef3d12355bafe0e695d960a35408d /src
parent9472f927f9fd9ee2ee80eeb3f7d617c59820e368 (diff)
downloademacs-29c42596c4542c9b61167926dcb9a0412bc52ce1.tar.gz
emacs-29c42596c4542c9b61167926dcb9a0412bc52ce1.zip
[macintosh]: Include macterm.h to define substitute X
Window types and macros.
Diffstat (limited to 'src')
-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. */
36#include "w32gui.h" 36#include "w32gui.h"
37#endif 37#endif
38 38
39#ifdef macintosh
40#include "macterm.h"
41#endif
39 42
40/* Structure forward declarations. Some are here because function 43/* Structure forward declarations. Some are here because function
41 prototypes below reference structure types before their definition 44 prototypes below reference structure types before their definition