mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Make it compile
This commit is contained in:
parent
c7b818533c
commit
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"
|
Loading…
Reference in New Issue
Block a user