aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index d1d649dfcfd..5c187e76ba1 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -54,6 +54,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
54 54
55#ifdef MSDOS 55#ifdef MSDOS
56#include <binary-io.h> 56#include <binary-io.h>
57#include "dosfns.h"
57#endif 58#endif
58 59
59#ifdef HAVE_WINDOW_SYSTEM 60#ifdef HAVE_WINDOW_SYSTEM