]> git.eshelyaron.com Git - emacs.git/commitdiff
[macintosh]: Include macterm.h to define substitute X
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 1999 18:15:24 +0000 (18:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 1999 18:15:24 +0000 (18:15 +0000)
Window types and macros.

src/dispextern.h

index daee9ed46451d725a58e04570bfa2e56d110d4c3..8163fc8ea31197a04125e4b4505fb5889768ee09 100644 (file)
@@ -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