summaryrefslogtreecommitdiff
path: root/filesystems/squashfs/patches/patch-mksquashfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/squashfs/patches/patch-mksquashfs.c')
-rw-r--r--filesystems/squashfs/patches/patch-mksquashfs.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/squashfs/patches/patch-mksquashfs.c b/filesystems/squashfs/patches/patch-mksquashfs.c
new file mode 100644
index 00000000000..f7381184501
--- /dev/null
+++ b/filesystems/squashfs/patches/patch-mksquashfs.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-mksquashfs.c,v 1.1 2016/09/09 15:40:17 scole Exp $
+Include fnm_extmatch.h
+
+--- mksquashfs.c.orig 2014-05-12 22:18:20.000000000 +0000
++++ mksquashfs.c
+@@ -76,6 +76,7 @@
+ #include "read_fs.h"
+ #include "restore.h"
+ #include "process_fragments.h"
++#include "fnm_extmatch.h"
+
+ int delete = FALSE;
+ int fd;