diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
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 |