diff options
| author | Jason Rumney | 2007-10-24 13:57:45 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-24 13:57:45 +0000 |
| commit | 3a7632e50b72d23f1af984df261c801830a334f8 (patch) | |
| tree | f641bb4dd8b13258ac5f002c9ae2cdf02d9cf7ea /src | |
| parent | 92f137df2e102e42eab7bf3e0dba5c86bb8371da (diff) | |
| download | emacs-3a7632e50b72d23f1af984df261c801830a334f8.tar.gz emacs-3a7632e50b72d23f1af984df261c801830a334f8.zip | |
Include math.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/w32fns.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc85133e80e..c593aa83c0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-24 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c: Include math.h. | ||
| 4 | |||
| 1 | 2007-10-24 Richard Stallman <rms@gnu.org> | 5 | 2007-10-24 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * frame.c (x_figure_window_size): For fullscreen case, | 7 | * frame.c (x_figure_window_size): For fullscreen case, |
diff --git a/src/w32fns.c b/src/w32fns.c index e8a2dc913de..501fb391727 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" |