summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/cklength.c4
-rw-r--r--tools/build/eolstrip.c4
-rw-r--r--tools/build/src/cklength.c4
-rw-r--r--tools/build/src/eolstrip.c4
4 files changed, 16 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>
diff --git a/tools/build/eolstrip.c b/tools/build/eolstrip.c
index 178bcd224c..bf39bd4972 100644
--- a/tools/build/eolstrip.c
+++ b/tools/build/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>
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>