From ad359745ee190a5b8e14b9c56ec8d78a181446ae Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 24 Jun 2019 23:07:18 +0200 Subject: Add missing stdint.h header to tar.h Signed-off-by: David Oberhollenzer --- include/tar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/tar.h') diff --git a/include/tar.h b/include/tar.h index 7862235..a39d7c9 100644 --- a/include/tar.h +++ b/include/tar.h @@ -4,6 +4,7 @@ #include #include +#include typedef struct { char name[100]; -- cgit v1.2.3