ports/sysutils/e2fsprogs/patches/patch-lib_ext2fs_blkmap64_rb_c

12 lines
264 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: lib/ext2fs/blkmap64_rb.c
--- lib/ext2fs/blkmap64_rb.c.orig
+++ lib/ext2fs/blkmap64_rb.c
@@ -16,6 +16,7 @@
#include <unistd.h>
#endif
#include <fcntl.h>
+#include <sys/select.h> /* timeval */
#include <time.h>
#if HAVE_SYS_STAT_H
#include <sys/stat.h>