Mercurial > hg > xemacs-beta
diff src/number-gmp.c @ 1995:4e6a63799f08
[xemacs-hg @ 2004-04-07 03:48:58 by james]
Fix various ICC warnings and compilation errors.
author | james |
---|---|
date | Wed, 07 Apr 2004 03:49:00 +0000 |
parents | 9c872f33ecbe |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/number-gmp.c Wed Apr 07 02:44:08 2004 +0000 +++ b/src/number-gmp.c Wed Apr 07 03:49:00 2004 +0000 @@ -24,6 +24,7 @@ #include <limits.h> #include <math.h> #include "lisp.h" +#include "sysproc.h" /* For qxe_getpid */ static mpf_t float_print_min, float_print_max; gmp_randstate_t random_state;