1
Fork 0
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:
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