summaryrefslogtreecommitdiff
path: root/archivers/cabextract/patches/patch-aa
blob: db3d48ac653aa673e3a4d81aea460a4f527fc4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.2 2002/08/21 16:18:52 dillo Exp $

--- cabextract.c.orig	Mon Aug 12 03:39:05 2002
+++ cabextract.c
@@ -51,6 +51,7 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 
+#include <ctype.h>
 #include <stdio.h> /* everyone has this! */
 
 #ifdef HAVE_SYS_TYPES_H