diff src/w32fns.c @ 79213:c2dfa5567b1b

Include math.h.
author Jason Rumney <jasonr@gnu.org>
date Wed, 24 Oct 2007 13:55:03 +0000
parents dcfd2d0c6c47
children c157297ae42e
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"