emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compilation error on AIX


From: Dan Nicolaescu
Subject: compilation error on AIX
Date: Fri, 11 Feb 2005 09:45:18 -0800

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? 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]