1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 12:24:08 +00:00

HAVE_STDLIB goes

SCCS-file: zdump.c
SCCS-SID: 7.17
This commit is contained in:
Arthur David Olson
1995-01-03 20:24:28 -05:00
committed by Paul Eggert
parent 351e7c9844
commit 6ff069fec7

View File

@ -14,14 +14,7 @@ static char elsieid[] = "%W%";
#include "string.h" /* for strcpy */
#include "sys/types.h" /* for time_t */
#include "time.h" /* for struct tm */
#ifndef HAVE_STDLIB_H
#define HAVE_STDLIB_H 1
#endif /* !defined HAVE_STDLIB_H */
#if HAVE_STDLIB_H
#include "stdlib.h" /* for exit, malloc, atoi */
#endif /* defined HAVE_STDLIB_H */
#ifndef alloc_size_T
#define alloc_size_T size_t