wdvi

network DVI viewer
Log | Files | Refs

commit 5ca6d387b94d628cef055e05b32c98532a9407a3
parent 5c1fcbcc49bd74e772e2474a248f40a26eb7c08f
Author: Kyle Milz <milz@macbook.0x30.net>
Date:   Tue, 18 Aug 2020 11:49:12 -0700

Include ctype.h for prototypes

- isspace()
- isdigit()

Diffstat:
Mft.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ft.c b/ft.c @@ -28,6 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xdvi.h" +#include <ctype.h> /* isspace(), isdigit() */ #include <math.h> #include <ft2build.h>