Added include of stdlib.h.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Jan 1996 10:11:19 +0000 (10:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Jan 1996 10:11:19 +0000 (10:11 +0000)
ccl/cclstr.c

index 3e01336..99ea618 100644 (file)
  * Europagate, 1995
  *
  * $Log: cclstr.c,v $
- * Revision 1.2  1995/05/16 09:39:27  adam
+ * Revision 1.3  1996/01/24 10:11:19  adam
+ * Added include of stdlib.h.
+ *
+ * Revision 1.2  1995/05/16  09:39:27  adam
  * LICENSE.
  *
  * Revision 1.1  1995/05/11  14:03:57  adam
@@ -56,6 +59,7 @@
  */
 #include <ctype.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <ccl.h>