Missed off <ctype.h>\!
authormdw <mdw>
Thu, 1 Apr 2004 13:42:48 +0000 (13:42 +0000)
committermdw <mdw>
Thu, 1 Apr 2004 13:42:48 +0000 (13:42 +0000)
key-text.c

index 60a1822..a072368 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: key-text.c,v 1.4 2004/03/28 01:58:47 mdw Exp $
+ * $Id: key-text.c,v 1.5 2004/04/01 13:42:48 mdw Exp $
  *
  * Key textual encoding
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: key-text.c,v $
+ * Revision 1.5  2004/04/01 13:42:48  mdw
+ * Missed off <ctype.h>\!
+ *
  * Revision 1.4  2004/03/28 01:58:47  mdw
  * Generate, store and retreive elliptic curve keys.
  *
@@ -47,6 +50,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <ctype.h>
 #include <stdlib.h>
 #include <string.h>