Dan Nicolaescu <[EMAIL PROTECTED]> writes:

> I am getting a compilation error for keyboard.c on an AIX machine
> because the constants used in the fcntl call are not defined. 
>
> The fix is simple, just add:
>
> #ifdef HAVE_FCNTL_H
> #include <fcntl.h>
> #endif
>
> (termcap.c, sysdep.c, lread.c already do the same). 
>
> May I check this in? 

Ok.

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to