]> git.eshelyaron.com Git - emacs.git/commitdiff
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 a9d7257be38c404005a3c0177ae1a9987aa2e64d..15916fae821746f7894d0d5a8024d289600358dd 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 99ed3870147cfa57b226720bfc4aa9e1f8d7c6f5..bc088a3d4f5f2e83d756bed15fb820e6c4005095 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"