# HG changeset patch # User Richard M. Stallman # Date 936382524 0 # Node ID e4c237a5a83323dfc33b8a256ad64033fdd9200d # Parent 5e59e2bd26b5a084324729f26eda243318e29542 [macintosh]: Include macterm.h to define substitute X Window types and macros. diff -r 5e59e2bd26b5 -r e4c237a5a833 src/dispextern.h --- a/src/dispextern.h Fri Sep 03 15:52:16 1999 +0000 +++ b/src/dispextern.h Fri Sep 03 18:15:24 1999 +0000 @@ -36,6 +36,9 @@ #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