mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Use stdlib.h, unistd.h.
This commit is contained in:
parent
c4a10daf11
commit
48236137f4
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <float.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include "lisp.h"
|
||||
|
||||
#ifndef DBL_MAX_10_EXP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue