diff options
Diffstat (limited to 'archivers/lbrate/patches/patch-ab')
-rw-r--r-- | archivers/lbrate/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/lbrate/patches/patch-ab b/archivers/lbrate/patches/patch-ab new file mode 100644 index 00000000000..d39e27da856 --- /dev/null +++ b/archivers/lbrate/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/12/03 17:31:04 sketch Exp $ + +--- main.c.orig Wed Dec 3 15:29:45 2003 ++++ main.c Wed Dec 3 15:30:22 2003 +@@ -29,7 +29,7 @@ + #include <time.h> + #include <sys/types.h> + #include <utime.h> +-#include <getopt.h> ++#include <unistd.h> + + #include "readrle.h" + #include "readhuff.h" |