summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-misc_fnmatch.c
blob: 7d15b8dbb3bd1f29ab6fd51e167b17b6e87106fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-misc_fnmatch.c,v 1.1 2013/09/15 12:32:22 joerg Exp $

--- misc/fnmatch.c.orig	2013-09-14 20:58:02.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.  */