1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

[MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).

This commit is contained in:
Eli Zaretskii 2000-03-02 12:22:49 +00:00
parent 95bd92aa4e
commit 1e3c88855b

View 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))