diff options
| author | Jason Rumney | 2007-10-22 23:20:11 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-22 23:20:11 +0000 |
| commit | b00afeae429f7b75edcc4e26d90a8bb8acbad845 (patch) | |
| tree | a4939e0e4c23322551048363613d02ecd1ad97b5 /src | |
| parent | 13790eaa982941605979b589d9b484df3289fc4f (diff) | |
| download | emacs-b00afeae429f7b75edcc4e26d90a8bb8acbad845.tar.gz emacs-b00afeae429f7b75edcc4e26d90a8bb8acbad845.zip | |
include math.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/w32fns.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a9d7257be38..15916fae821 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2007-10-22 Jason Rumney <jasonr@gnu.org> | 1 | 2007-10-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32fns.c (w32_abort): Declaration moved to nt/config.nt. | 3 | * w32fns.c: Include math.h. |
| 4 | (w32_abort): Declaration moved to nt/config.nt. | ||
| 4 | * s/ms-w32.h (HAVE_STDLIB_H): Define. | 5 | * s/ms-w32.h (HAVE_STDLIB_H): Define. |
| 5 | (abort): Redefinition moved to nt/config.nt. | 6 | (abort): Redefinition moved to nt/config.nt. |
| 6 | 7 | ||
diff --git a/src/w32fns.c b/src/w32fns.c index 99ed3870147..bc088a3d4f5 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -27,6 +27,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 27 | #include <stdio.h> | 27 | #include <stdio.h> |
| 28 | #include <limits.h> | 28 | #include <limits.h> |
| 29 | #include <errno.h> | 29 | #include <errno.h> |
| 30 | #include <math.h> | ||
| 30 | 31 | ||
| 31 | #include "lisp.h" | 32 | #include "lisp.h" |
| 32 | #include "charset.h" | 33 | #include "charset.h" |