summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-misc_fnmatch.c
blob: 337bfb53b8b48899613f850fab9d53036b76799c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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.  */