diff options
Diffstat (limited to 'src/termcap.c')
-rw-r--r-- | src/termcap.c | 2 |
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. */ #include <lisp.h> /* xmalloc is here */ /* Get the O_* definitions for open et al. */ #include <sys/file.h> -#ifdef HAVE_FCNTL_H #include <fcntl.h> -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |