comparison 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
comparison
equal deleted inserted replaced
79212:5f417a7c8652 79213:c2dfa5567b1b
25 25
26 #include <signal.h> 26 #include <signal.h>
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <limits.h> 28 #include <limits.h>
29 #include <errno.h> 29 #include <errno.h>
30 #include <math.h>
30 31
31 #include "lisp.h" 32 #include "lisp.h"
32 #include "charset.h" 33 #include "charset.h"
33 #include "dispextern.h" 34 #include "dispextern.h"
34 #include "w32term.h" 35 #include "w32term.h"