mmv: fix for musl.

This commit is contained in:
Christian Neukirchen 2015-05-14 16:44:38 +02:00
parent 85f562147b
commit 6b813ed53b
2 changed files with 3 additions and 2 deletions

View file

@ -385,12 +385,13 @@ Patch derived from mmv_1.01b-15.diff.gz
#include <stdio.h>
#include <ctype.h>
@@ -120,14 +124,12 @@
@@ -120,14 +124,13 @@
#else
/* for various flavors of UN*X */
+#include <libgen.h>
+#include <stdlib.h>
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/file.h>

View file

@ -1,7 +1,7 @@
# Template file for 'mmv'
pkgname=mmv
version=1.01b
revision=1
revision=2
wrksrc=${pkgname}-${version}.orig
build_style=gnu-makefile
short_desc="Utility for wildcard renaming, copying, etc"