summaryrefslogtreecommitdiffstats
path: root/c/build-tools/src/eolstrip.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 /c/build-tools/src/eolstrip.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--c/build-tools/src/eolstrip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/build-tools/src/eolstrip.c b/c/build-tools/src/eolstrip.c
index 178bcd224c..bf39bd4972 100644
--- a/c/build-tools/src/eolstrip.c
+++ b/c/build-tools/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>