summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-31 05:49:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-31 05:49:12 +0000
commitf4f96e998c0e5d6262c78b511d648273197ad4b6 (patch)
tree4003396d39040712e214a71a8f1d2b310976916d /tools/cpu
parentAdd code to maintain CPU load average. (diff)
downloadrtems-f4f96e998c0e5d6262c78b511d648273197ad4b6.tar.bz2
2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>
* shgen.c: include <stdlib.h>.
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/sh/ChangeLog4
-rw-r--r--tools/cpu/sh/shgen.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index e09fc59ed3..e1df6682a1 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * shgen.c: include <stdlib.h>.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/tools/cpu/sh/shgen.c b/tools/cpu/sh/shgen.c
index b4ab34b5cd..57f9120e39 100644
--- a/tools/cpu/sh/shgen.c
+++ b/tools/cpu/sh/shgen.c
@@ -1,11 +1,12 @@
/*
- * Copyright (c) 1998,1999,2000 Ralf Corsepius (corsepiu@faw.uni-ulm.de)
+ * Copyright (c) 1998,1999,2000, 2006 Ralf Corsepius, Ulm Germany.
*
* See the file COPYING for copyright notice.
*/
#include <stdio.h>
#include <string.h> /* strcmp, strerror */
+#include <stdlib.h> /* exit */
#include <errno.h>
#include <getopt.h>