summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/shgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/sh/shgen.c')
-rw-r--r--tools/cpu/sh/shgen.c3
1 files changed, 2 insertions, 1 deletions
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>