vis(3): need <stdint.h> for SIZE_MAX

This commit is contained in:
Kyle Evans 2023-08-13 00:28:12 -05:00
parent ea46e63863
commit 09078445fb

View file

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