diff options
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" |