mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
Fix build on FreeBSD 12.0 with stock Clang
`isspace()` is in `ctype.h`.
This commit is contained in:
parent
aa950e5c13
commit
cfe1f1db9e
|
@ -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 New Issue
Block a user