include math.h
authorJason Rumney <jasonr@gnu.org>
Mon, 22 Oct 2007 23:20:11 +0000 (23:20 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 22 Oct 2007 23:20:11 +0000 (23:20 +0000)
src/ChangeLog
src/w32fns.c

index a9d7257..15916fa 100644 (file)
@@ -1,6 +1,7 @@
 2007-10-22  Jason Rumney  <jasonr@gnu.org>
 
-       * w32fns.c (w32_abort): Declaration moved to nt/config.nt.
+       * w32fns.c: Include math.h.
+       (w32_abort): Declaration moved to nt/config.nt.
        * s/ms-w32.h (HAVE_STDLIB_H): Define.
        (abort): Redefinition moved to nt/config.nt.
 
index 99ed387..bc088a3 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"