mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix compile warning by including ctype.h for isdigit().
MFC after: 1 day
This commit is contained in:
parent
400c4069a5
commit
144d9d11b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue