mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Fix build on FreeBSD 12.0 with stock Clang
`isspace()` is in `ctype.h`.
This commit is contained in:
parent
aa950e5c13
commit
cfe1f1db9e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
// This version has been altered and ported to C++ for inclusion in fish.
|
||||
#include "tinyexpr.h"
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue