diff options
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index d0e27d0248..5b7e32fcce 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -824,9 +824,7 @@ proftime_T *tm; } -# if defined(HAVE_MATH_H) -# include <math.h> -# endif +#include <math.h> /* * Divide the time "tm" by "count" and store in "tm2". |