Correct includes
This commit is contained in:
parent
39d5ee5b9a
commit
ab80b8ba45
@ -1,6 +1,6 @@
|
|||||||
#include "tar.h"
|
#include "tar.h"
|
||||||
#include "minitar.h"
|
#include "minitar.h"
|
||||||
#include <stdlib.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
// all of these are defined in util.c
|
// all of these are defined in util.c
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifndef __TINYC__
|
#ifndef __TINYC__
|
||||||
#include <stdnoreturn.h>
|
#include <stdnoreturn.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user