mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
[MSDOS]: #include msdos.h.
This commit is contained in:
parent
1189e5a2d9
commit
eeee31128d
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "blockinput.h"
|
||||
#include "puresize.h"
|
||||
|
||||
#ifdef MSDOS
|
||||
#include "msdos.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
/* This may include sys/types.h, and that somehow loses
|
||||
if this is not done before the other system files. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue