changeset 79213:c2dfa5567b1b

Include math.h.
author Jason Rumney <jasonr@gnu.org>
date Wed, 24 Oct 2007 13:55:03 +0000
parents 5f417a7c8652
children 3b63a434eea0
files src/w32fns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Wed Oct 24 11:49:17 2007 +0000
+++ b/src/w32fns.c	Wed Oct 24 13:55:03 2007 +0000
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <limits.h>
 #include <errno.h>
+#include <math.h>
 
 #include "lisp.h"
 #include "charset.h"