home: hub: 9ficl

Download patch

ref: c82d76eb4c05de8f566b6d137cfa5eff52ec194f
parent: baa937ce0cb5fe512fb5f24ef02b647089722123
author: asau <asau@ficl.sf.net>
date: Fri Sep 10 05:47:07 CDT 2010

Pull in function prototypes.

--- a/hash.c
+++ b/hash.c
@@ -1,3 +1,5 @@
+#include <ctype.h>
+
 #include "ficl.h"
 
 
--- a/softcore/makesoftcore.c
+++ b/softcore/makesoftcore.c
@@ -6,6 +6,7 @@
 **
 ** Contributed by Larry Hastings, larry@hastings.org
 **/
+#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
--- a/utility.c
+++ b/utility.c
@@ -1,3 +1,5 @@
+#include <ctype.h>
+
 #include "ficl.h"