Mercurial > emacs
diff src/termcap.c @ 110734:72f46bad930c
Include <fcntl.h> unconditionally.
* src/termcap.c:
* src/sysdep.c:
* src/lread.c:
* src/keyboard.c:
* src/filelock.c:
* src/fileio.c:
* src/doc.c:
* src/callproc.c:
* src/alloc.c: Remove include guards for <fcntl.h>, process.c already
does it.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Sun, 03 Oct 2010 08:19:34 -0700 |
| parents | 76e072dbe342 |
| children | 2b72330aa98a |
line wrap: on
line diff
--- a/src/termcap.c Sun Oct 03 17:09:11 2010 +0200 +++ b/src/termcap.c Sun Oct 03 08:19:34 2010 -0700 @@ -23,9 +23,7 @@ #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
