From: Jason Rumney Date: Wed, 24 Oct 2007 13:57:45 +0000 (+0000) Subject: Include math.h. X-Git-Tag: emacs-pretest-22.1.90~513 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a7632e50b72d23f1af984df261c801830a334f8;p=emacs.git Include math.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index cc85133e80e..c593aa83c0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-10-24 Jason Rumney + + * w32fns.c: Include math.h. + 2007-10-24 Richard Stallman * 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. */ #include #include #include +#include #include "lisp.h" #include "charset.h"