Files
pkgsrc-ng/misc/rpm/patches/patch-misc_fnmatch.c
2016-01-21 23:40:00 +01:00

13 lines
338 B
C

$NetBSD: patch-misc_fnmatch.c,v 1.2 2015/03/15 05:34:56 ryoon Exp $
--- misc/fnmatch.c.orig 2014-06-30 08:47:14.000000000 +0000
+++ misc/fnmatch.c
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
# include "system.h"
+# include <ctype.h>
# include <stdlib.h>
/* Find the first occurrence of C in S or the final NUL byte. */