From 5605a5ddf3c77232b04c002a82b91e227c0f27da Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Sun, 5 Jan 2025 02:29:15 -0600 Subject: builds on illumos, freebsd, and linux --- inc/netascii.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/netascii.h') diff --git a/inc/netascii.h b/inc/netascii.h index ada2051..ae80bae 100644 --- a/inc/netascii.h +++ b/inc/netascii.h @@ -1,9 +1,10 @@ #ifndef NBD_NETASCII_H #define NBD_NETASCII_H #include +#include uint8_t is_netascii_char(char c); uint8_t is_netascii_str(char *str); -uint8_t is_netascii_buf(char *buf, uint64_t len); +uint8_t is_netascii_buf(char *buf, size_t len); #endif -- cgit 1.4.1-2-gfad0