use ntfstime.h instead of time.h

edge.strict_endians
cha0smaster 2005-11-27 16:50:45 +00:00
parent 8afff2c7e2
commit 8298b35bc8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,6 @@
#include <limits.h>
#endif
#include <getopt.h>
#include <time.h>
#ifdef HAVE_SETXATTR
#include <sys/xattr.h>
@ -66,6 +65,7 @@
#include "index.h"
#include "utils.h"
#include "version.h"
#include "ntfstime.h"
#ifndef PATH_MAX
#define PATH_MAX 4096