aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.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/keyboard.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/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 890ab80aee6..9e7225805d5 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -62,9 +62,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
62#include <unistd.h> 62#include <unistd.h>
63#endif 63#endif
64 64
65#ifdef HAVE_FCNTL_H
66#include <fcntl.h> 65#include <fcntl.h>
67#endif
68 66
69/* This is to get the definitions of the XK_ symbols. */ 67/* This is to get the definitions of the XK_ symbols. */
70#ifdef HAVE_X_WINDOWS 68#ifdef HAVE_X_WINDOWS