diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-09-03 18:15:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-09-03 18:15:24 +0000 |
commit | 29c42596c4542c9b61167926dcb9a0412bc52ce1 (patch) | |
tree | b1ba027832aef3d12355bafe0e695d960a35408d /src/dispextern.h | |
parent | 9472f927f9fd9ee2ee80eeb3f7d617c59820e368 (diff) | |
download | emacs-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.h | 3 |
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 |