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:
parent
13790eaa98
commit
b00afeae42
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue