diff options
-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 |