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:
committed by
Paul Eggert
parent
351e7c9844
commit
6ff069fec7
7
zdump.c
7
zdump.c
@ -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
|
||||
|
||||
Reference in New Issue
Block a user