$OpenBSD: patch-src_filelist_c,v 1.1.1.1 2017/12/09 00:21:17 bcallah Exp $

Needs ctype.h

Index: src/filelist.c
--- src/filelist.c.orig
+++ src/filelist.c
@@ -17,6 +17,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
+#include <ctype.h>
 #include "config.h"
 #include "const.h"
 #include "newstr.h"
