1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

include math.h

This commit is contained in:
Jason Rumney 2007-10-22 23:20:11 +00:00
parent 13790eaa98
commit b00afeae42
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
2007-10-22 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_abort): Declaration moved to nt/config.nt.
* w32fns.c: Include math.h.
(w32_abort): Declaration moved to nt/config.nt.
* s/ms-w32.h (HAVE_STDLIB_H): Define.
(abort): Redefinition moved to nt/config.nt.

View file

@ -27,6 +27,7 @@ Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <limits.h>
#include <errno.h>
#include <math.h>
#include "lisp.h"
#include "charset.h"