aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/termcap.c b/src/termcap.c
index ea4ef244f64..a8eabf25529 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -23,9 +23,7 @@ Boston, MA 02110-1301, USA. */
23#include <lisp.h> /* xmalloc is here */ 23#include <lisp.h> /* xmalloc is here */
24/* Get the O_* definitions for open et al. */ 24/* Get the O_* definitions for open et al. */
25#include <sys/file.h> 25#include <sys/file.h>
26#ifdef HAVE_FCNTL_H
27#include <fcntl.h> 26#include <fcntl.h>
28#endif
29#ifdef HAVE_UNISTD_H 27#ifdef HAVE_UNISTD_H
30#include <unistd.h> 28#include <unistd.h>
31#endif 29#endif