Fix warnings when compiling on MS-Windows with -std=gnu99.
[bpt/emacs.git] / src / term.c
index acce9c0..f7c87b7 100644 (file)
@@ -66,6 +66,7 @@ static int been_here = -1;
 /* The name of the default console device.  */
 #ifdef WINDOWSNT
 #define DEV_TTY  "CONOUT$"
+#include "w32term.h"
 #else
 #define DEV_TTY  "/dev/tty"
 #endif