mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
vis(3): need <stdint.h> for SIZE_MAX
This commit is contained in:
parent
ea46e63863
commit
09078445fb
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <assert.h>
|
||||
#include <vis.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue