aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-10-24 13:57:45 +0000
committerJason Rumney2007-10-24 13:57:45 +0000
commit3a7632e50b72d23f1af984df261c801830a334f8 (patch)
treef641bb4dd8b13258ac5f002c9ae2cdf02d9cf7ea /src
parent92f137df2e102e42eab7bf3e0dba5c86bb8371da (diff)
downloademacs-3a7632e50b72d23f1af984df261c801830a334f8.tar.gz
emacs-3a7632e50b72d23f1af984df261c801830a334f8.zip
Include math.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/w32fns.c1
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 @@
12007-10-24 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c: Include math.h.
4
12007-10-24 Richard Stallman <rms@gnu.org> 52007-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"