mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Fix compile warning by including ctype.h for isdigit().
MFC after: 1 day
This commit is contained in:
parent
400c4069a5
commit
144d9d11b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247854
@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user