Make it compile
Этот коммит содержится в:
родитель
c7b818533c
Коммит
c8a8394f56
@ -23,6 +23,7 @@
|
||||
#include <unistd.h>
|
||||
#include "../src/mad.h"
|
||||
#include "../src/util.h"
|
||||
#include "xdirentry.h"
|
||||
#include "container.h"
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Based on tar.c from midnight and archives.[ch] from avfs by Miklos
|
||||
* Szeredi (mszeredi@inf.bme.hu) */
|
||||
|
||||
#include "direntry.h"
|
||||
#include "xdirentry.h"
|
||||
|
||||
#define CALL(x) if (MEDATA->x) MEDATA->x
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
/* Namespace: vfs_tarfs_ops */
|
||||
|
||||
#include "direntry.h"
|
||||
#include "xdirentry.h"
|
||||
#include <errno.h>
|
||||
#ifdef SCO_FLAVOR
|
||||
#include <sys/timeb.h> /* alex: for struct timeb definition */
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <dirent.h>
|
||||
#include "../src/fs.h"
|
||||
#include "../src/util.h"
|
||||
#include "../src/mem.h"
|
Загрузка…
Ссылка в новой задаче
Block a user