fix: Include stddef.h in minitar.h to make sure we have size_t
This commit is contained in:
parent
5be3c7d684
commit
912b98d2d7
@ -1,5 +1,6 @@
|
||||
#ifndef MINITAR_H
|
||||
#define MINITAR_H
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user