]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Issue 585: archive.h needs time.h
authorTim Kientzle <kientzle@gmail.com>
Fri, 29 Apr 2016 02:54:47 +0000 (19:54 -0700)
committerTim Kientzle <kientzle@gmail.com>
Fri, 29 Apr 2016 02:54:47 +0000 (19:54 -0700)
libarchive/archive.h

index 92515d84050558111dda25f0896606a417e6d877..548db21e75d268b384dcb38688a336c425e0e311 100644 (file)
@@ -41,6 +41,7 @@
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
 #include <stdio.h> /* For FILE * */
+#include <time.h> /* For time_t */
 
 /*
  * Note: archive.h is for use outside of libarchive; the configuration