Correct includes

This commit is contained in:
apio 2022-12-31 12:48:53 +01:00
parent 39d5ee5b9a
commit ab80b8ba45
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "tar.h"
#include "minitar.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
// all of these are defined in util.c

View File

@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#ifndef __TINYC__
#include <stdnoreturn.h>