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