diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-10-22 23:20:11 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-10-22 23:20:11 +0000 |
commit | b00afeae429f7b75edcc4e26d90a8bb8acbad845 (patch) | |
tree | a4939e0e4c23322551048363613d02ecd1ad97b5 /src/w32fns.c | |
parent | 13790eaa982941605979b589d9b484df3289fc4f (diff) | |
download | emacs-b00afeae429f7b75edcc4e26d90a8bb8acbad845.tar.gz |
include math.h
Diffstat (limited to 'src/w32fns.c')
-rw-r--r-- | src/w32fns.c | 1 |
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" |