Make it compile

This commit is contained in:
Miguel de Icaza 1998-10-23 20:18:48 +00:00
parent c7b818533c
commit c8a8394f56
4 changed files with 4 additions and 3 deletions

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include "../src/mad.h"
#include "../src/util.h"
#include "xdirentry.h"
#include "container.h"

View File

@ -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

View File

@ -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 */

View File

@ -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"