mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 00:21:04 +08:00
dtime_.c, etime_.c: Include stdlib.h if HAVE_STDLIB_H is defined.
* libU77/dtime_.c, libU77/etime_.c: Include stdlib.h if HAVE_STDLIB_H is defined. From-SVN: r34639
This commit is contained in:
parent
15a40ced5a
commit
723770e59d
@ -1,3 +1,8 @@
|
||||
2000-06-21 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* libU77/dtime_.c, libU77/etime_.c: Include stdlib.h if
|
||||
HAVE_STDLIB_H is defined.
|
||||
|
||||
2000-06-11 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
|
||||
|
||||
* rdfmt.c (rd_L): Use if-then-else instead of case statement to
|
||||
|
@ -19,6 +19,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#if HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
#if HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
@ -19,6 +19,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#if HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
#if HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user