forked from Imagelibrary/rtems
2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>
* shgen.c: include <stdlib.h>.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user