]> git.eshelyaron.com Git - emacs.git/commitdiff
[MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Mar 2000 12:22:49 +0000 (12:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Mar 2000 12:22:49 +0000 (12:22 +0000)
src/window.c

index e55cf0dac635fbac369f6f0e51fda6c59e8e841b..a838c0b6558e91414de7b3eb0632c84913b3ee55 100644 (file)
@@ -39,6 +39,9 @@ Boston, MA 02111-1307, USA.  */
 #ifdef WINDOWSNT
 #include "w32term.h"
 #endif
+#ifdef MSDOS
+#include "msdos.h"
+#endif
 
 #ifndef max
 #define max(a, b) ((a) < (b) ? (b) : (a))