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 cc85133..c593aa8 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 e8a2dc9..501fb39 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"