projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459fccd
)
Added include of stdlib.h.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 24 Jan 1996 10:11:19 +0000
(10:11 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 24 Jan 1996 10:11:19 +0000
(10:11 +0000)
ccl/cclstr.c
patch
|
blob
|
history
diff --git
a/ccl/cclstr.c
b/ccl/cclstr.c
index
3e01336
..
99ea618
100644
(file)
--- a/
ccl/cclstr.c
+++ b/
ccl/cclstr.c
@@
-45,7
+45,10
@@
* 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>