commit | 01b2a3ce78272803ed566712e089d93c2a6e97fa | [log] [tgz] |
---|---|---|
author | Thomas Klausner <wiz@danbala.tuwien.ac.at> | Tue Jul 27 20:35:58 1999 +0000 |
committer | Thomas Klausner <wiz@danbala.tuwien.ac.at> | Tue Jul 27 20:35:58 1999 +0000 |
tree | 1292539a8faf940a85d2dfb596d7cad93a27de72 | |
parent | c610f76af12749618146f8fbffb6fd53f1a7170c [diff] [blame] |
#include <time.h> moved to zip.h --HG-- branch : HEAD
diff --git a/lib/zip.h b/lib/zip.h index d8779c7..6b5608f 100644 --- a/lib/zip.h +++ b/lib/zip.h
@@ -28,6 +28,7 @@ #include <sys/types.h> #include <stdio.h> #include <zlib.h> +#include <time.h> enum zip_state { ZIP_ST_UNCHANGED, ZIP_ST_DELETED, ZIP_ST_REPLACED, ZIP_ST_ADDED, ZIP_ST_RENAMED };