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:
parent
9472f927f9
commit
29c42596c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user