summaryrefslogtreecommitdiffstats
path: root/tools/build/cklength.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 20:01:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 20:01:20 +0000
commitc62d36feed16c25aefa8e85de0944f1bff0e7bdf (patch)
tree71bbb213b1bd9b1e6acedbb00cb7da221d76afab /tools/build/cklength.c
parentmoved to new development machine and went to gcc 2.7.0 (diff)
downloadrtems-c62d36feed16c25aefa8e85de0944f1bff0e7bdf.tar.bz2
SPARC merged and successfully tested w/o interrupt support
Diffstat (limited to '')
-rw-r--r--tools/build/cklength.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/cklength.c b/tools/build/cklength.c
index 3786b3985d..b2a8cdf006 100644
--- a/tools/build/cklength.c
+++ b/tools/build/cklength.c
@@ -11,6 +11,9 @@
*
* $Id$
* $Log$
+ * Revision 1.3 1995/10/06 16:32:20 joel
+ * moved to new development machine and went to gcc 2.7.0
+ *
* Revision 1.2 1995/05/31 16:44:26 joel
* fixing revision
*
@@ -33,6 +36,7 @@ maximum line length. The default maximum line length is 80.\n\
";
#include <stdio.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <ctype.h>
#include <stdlib.h>