From 912b98d2d76dd211dec2b3b4122aeb91f7c82511 Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 12 Jan 2023 20:02:13 +0100 Subject: [PATCH] fix: Include stddef.h in minitar.h to make sure we have size_t --- minitar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/minitar.h b/minitar.h index 0c96d0d..1d636ab 100644 --- a/minitar.h +++ b/minitar.h @@ -1,5 +1,6 @@ #ifndef MINITAR_H #define MINITAR_H +#include #include #include