1
0
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:
Dave Love 1999-08-18 13:14:37 +00:00
parent c4a10daf11
commit 48236137f4

View File

@ -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