Fix build on FreeBSD 12.0 with stock Clang

`isspace()` is in `ctype.h`.
This commit is contained in:
Mahmoud Al-Qudsi 2019-06-10 16:50:58 -05:00
parent aa950e5c13
commit cfe1f1db9e

View File

@ -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>