summaryrefslogtreecommitdiff
path: root/src/dosfns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dosfns.h')
-rw-r--r--src/dosfns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dosfns.h b/src/dosfns.h
index f27b344bb5c..7b727855fb1 100644
--- a/src/dosfns.h
+++ b/src/dosfns.h
@@ -21,3 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern int dos_country_code;
extern int dos_codepage;
extern Lisp_Object Vdos_version;
+#ifndef HAVE_X_WINDOWS
+extern Lisp_Object Qmsdos_color_translate;
+#endif