From 5af036c37cde1602d4050b14c864139ce7517cf2 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 15 Sep 2023 22:34:07 +0200 Subject: auth.c: Add missing include As opposed to other integer constants such as ULLONG_MAX, SIZE_MAX is defined by stdint.h, not limits.h. --- auth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/auth.c b/auth.c index cd1ec23..0cfb6e2 100644 --- a/auth.c +++ b/auth.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3