]> git.eshelyaron.com Git - emacs.git/commitdiff
Include math.h.
authorJason Rumney <jasonr@gnu.org>
Wed, 24 Oct 2007 13:57:45 +0000 (13:57 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 24 Oct 2007 13:57:45 +0000 (13:57 +0000)
src/ChangeLog
src/w32fns.c

index cc85133e80e3bc85d150541fae314aee2c754aef..c593aa83c0bd6e7d436b71bb919b6b0724bf3111 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-24  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c: Include math.h.
+
 2007-10-24  Richard Stallman  <rms@gnu.org>
 
        * frame.c (x_figure_window_size): For fullscreen case,
index e8a2dc913de87dfaa92926c505db5f87bc83d398..501fb3917270fe9a917ff3091ef7f086aa495124 100644 (file)
@@ -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"