fix: Include stddef.h in minitar.h to make sure we have size_t

This commit is contained in:
apio 2023-01-12 20:02:13 +01:00
parent 5be3c7d684
commit 912b98d2d7
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -1,5 +1,6 @@
#ifndef MINITAR_H
#define MINITAR_H
#include <stddef.h>
#include <stdio.h>
#include <sys/types.h>