aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-03 08:19:34 -0700
committerDan Nicolaescu2010-10-03 08:19:34 -0700
commita3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa (patch)
treefdb7783e90619a675f5bdcf2fc4471f5eacc8c01 /src/termcap.c
parent372559454105e1691ca3507da3df5d8797b9baf8 (diff)
downloademacs-a3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa.tar.gz
emacs-a3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa.zip
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.
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