2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>

* shgen.c: include <stdlib.h>.
This commit is contained in:
Ralf Corsepius
2006-01-31 05:49:12 +00:00
parent be5b08a429
commit f4f96e998c
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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>