mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 17:10:51 -08:00
Include unistd.h, if it exists.
This commit is contained in:
parent
409847a1ce
commit
3ecaf7e54c
2 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2001-11-03 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* xfns.c: Include unistd.h, if it exists.
|
||||
|
||||
* editfns.c: Move the include of ctype.h after unistd.h.
|
||||
|
||||
* gmalloc.c: Test BROKEN_PROTOTYPES.
|
||||
|
||||
2001-11-03 Ken Raeburn <raeburn@gnu.org>
|
||||
|
||||
* lisp.h (CHECK_STRING_CAR): New macro.
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* This makes the fields of a Display accessible, in Xlib header files. */
|
||||
|
||||
#define XLIB_ILLEGAL_ACCESS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue