summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-10-22 23:20:11 +0000
committerJason Rumney <jasonr@gnu.org>2007-10-22 23:20:11 +0000
commitb00afeae429f7b75edcc4e26d90a8bb8acbad845 (patch)
treea4939e0e4c23322551048363613d02ecd1ad97b5 /src/w32fns.c
parent13790eaa982941605979b589d9b484df3289fc4f (diff)
downloademacs-b00afeae429f7b75edcc4e26d90a8bb8acbad845.tar.gz
include math.h
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 99ed3870147..bc088a3d4f5 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -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"