summaryrefslogtreecommitdiff
path: root/info/termdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'info/termdep.h')
-rw-r--r--info/termdep.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/info/termdep.h b/info/termdep.h
index d8343d5..73683b7 100644
--- a/info/termdep.h
+++ b/info/termdep.h
@@ -1,7 +1,7 @@
/* termdep.h -- system things that terminal.c depends on.
- $Id: termdep.h,v 1.5 2007/07/01 21:20:31 karl Exp $
+ $Id: termdep.h 5337 2013-08-22 17:54:06Z karl $
- Copyright (C) 1993, 1996, 1997, 1998, 2001, 2002, 2007
+ Copyright 1993, 1996, 1997, 1998, 2001, 2002, 2007, 2012, 2013
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
- Written by Brian Fox (bfox@ai.mit.edu). */
+ Originally written by Brian Fox. */
#ifndef INFO_TERMDEP_H
#define INFO_TERMDEP_H
@@ -43,7 +43,9 @@
# endif /* M_XENIX */
# endif /* HAVE_SYS_PTEM_H */
# else /* !HAVE_TERMIO_H */
+# ifndef __MINGW32__
# include <sgtty.h>
+# endif
# endif /* !HAVE_TERMIO_H */
#endif /* !HAVE_TERMIOS_H */
@@ -55,4 +57,8 @@
# include <sys/ttold.h>
#endif /* HAVE_SYS_TTOLD_H */
+#ifdef _WIN32
+extern unsigned sleep (unsigned);
+#endif
+
#endif /* not INFO_TERMDEP_H */