diff src/keyboard.c @ 60027:8f9cab9fa533

If HAVE_FCNTL_H include fcntl.h.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 13 Feb 2005 00:21:11 +0000
parents f43d0816e9c3
children 77fc0086f304 c0215e820840 3ebd9bdb4fe5
line wrap: on
line diff
--- a/src/keyboard.c	Sat Feb 12 18:36:01 2005 +0000
+++ b/src/keyboard.c	Sun Feb 13 00:21:11 2005 +0000
@@ -65,6 +65,10 @@
 #include <unistd.h>
 #endif
 
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
+
 /* This is to get the definitions of the XK_ symbols.  */
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"