1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

[macintosh]: Include macterm.h to define substitute X

Window types and macros.
This commit is contained in:
Richard M. Stallman 1999-09-03 18:15:24 +00:00
parent 9472f927f9
commit 29c42596c4

View 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