summaryrefslogtreecommitdiffstats
path: root/tools/build/src
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/src
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/src/cklength.c4
-rw-r--r--tools/build/src/eolstrip.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/build/src/cklength.c b/tools/build/src/cklength.c
index 3786b3985d..b2a8cdf006 100644
--- a/tools/build/src/cklength.c
+++ b/tools/build/src/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>
diff --git a/tools/build/src/eolstrip.c b/tools/build/src/eolstrip.c
index 178bcd224c..bf39bd4972 100644
--- a/tools/build/src/eolstrip.c
+++ b/tools/build/src/eolstrip.c
@@ -9,6 +9,9 @@
*
* $Id$
* $Log$
+ * Revision 1.3 1995/10/06 16:32:21 joel
+ * moved to new development machine and went to gcc 2.7.0
+ *
* Revision 1.2 1995/05/31 16:44:28 joel
* fixing revision
*
@@ -28,6 +31,7 @@ Strip the white space from the end of every line on the list of files.\n\
";
#include <stdio.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <ctype.h>
#include <stdlib.h>