mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
Use stdlib.h, unistd.h.
This commit is contained in:
parent
c4a10daf11
commit
48236137f4
@ -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…
Reference in New Issue
Block a user