diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-09-15 01:47:04 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-09-15 01:47:04 +0200 |
commit | 3d116bbb41654625687f0dbec0fef30b961e191d (patch) | |
tree | 3a56be953e45a78a95404fd816c325eae9410be7 /Src/builtin.c | |
parent | 77265d89ccd13989f26366915c46a3f5775a4dce (diff) | |
parent | 92bef88545ee9dc23f35886a8606c81610341477 (diff) | |
download | zsh-3d116bbb41654625687f0dbec0fef30b961e191d.tar.gz zsh-3d116bbb41654625687f0dbec0fef30b961e191d.zip |
Merge tag 'zsh-5.6.2' into debian
Patch release: 5.6.2
Diffstat (limited to 'Src/builtin.c')
-rw-r--r-- | Src/builtin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/builtin.c b/Src/builtin.c index 93fa9112c..4abc7da35 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -33,6 +33,8 @@ #include "zsh.mdh" #include "builtin.pro" +#include <math.h> + /* Builtins in the main executable */ static struct builtin builtins[] = |