You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
343 B
12 lines
343 B
diff -rup a/configure.ac b/configure.ac
|
|
--- a/configure.ac 2017-05-25 23:39:39.000000000 -0400
|
|
+++ b/configure.ac 2023-03-10 19:04:07.852099760 -0500
|
|
@@ -21,6 +21,7 @@ AC_CHECK_HEADERS([errno.h \
|
|
stddef.h \
|
|
stdlib.h \
|
|
string.h \
|
|
+ time.h \
|
|
sys/types.h])
|
|
|
|
PKG_CHECK_MODULES([LIBNTFS_3G], [libntfs-3g >= 2017.3.23], [],
|