diff src/window.c @ 96675:d45acf0c8d23

merging Emacs.app (NeXTstep port)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 15 Jul 2008 18:15:18 +0000
parents a99299e4d2de
children 9592c50233ab
line wrap: on
line diff
--- a/src/window.c	Tue Jul 15 15:45:05 2008 +0000
+++ b/src/window.c	Tue Jul 15 18:15:18 2008 +0000
@@ -49,6 +49,9 @@
 #ifdef MAC_OS
 #include "macterm.h"
 #endif
+#ifdef HAVE_NS
+#include "nsterm.h"
+#endif
 
 
 Lisp_Object Qwindowp, Qwindow_live_p, Qwindow_configuration_p;