ports/sysutils/e2fsprogs/patches/patch-lib_ext2fs_blkmap64_rb_c

11 lines
264 B
Text

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>