From: Juanma Barranquero Date: Mon, 3 Mar 2008 02:10:00 +0000 (+0000) Subject: Include math.h. X-Git-Tag: emacs-pretest-23.0.90~7511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09fe06b74cc152536df8d3c3af5f106f556646ba;p=emacs.git Include math.h. --- diff --git a/src/w32font.c b/src/w32font.c index 7c7b9faa045..92399f6e4f9 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -20,6 +20,7 @@ Boston, MA 02110-1301, USA. */ #include #include +#include #include "lisp.h" #include "w32term.h"