libtt: resolve implicit delaration of free() and exit() warnings
This commit is contained in:
@@ -39,6 +39,7 @@ static char sccsid[] = "@(#)isbytearray.c 1.3 89/07/17 Copyr 1988 Sun Micro";
|
|||||||
* Byte array handling functions.
|
* Byte array handling functions.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "isam_impl.h"
|
#include "isam_impl.h"
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)iserror.c 1.10 89/07/17 Copyr 1988 Sun Micro";
|
|||||||
|
|
||||||
#include "isam_impl.h"
|
#include "isam_impl.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#ifdef __ultrix__
|
#ifdef __ultrix__
|
||||||
#define LOG_USER LOG_INFO
|
#define LOG_USER LOG_INFO
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ static char sccsid[] = "@(#)isfab.c 1.8 89/07/17 Copyr 1988 Sun Micro";
|
|||||||
* The ISAM file access block functions.
|
* The ISAM file access block functions.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "isam_impl.h"
|
#include "isam_impl.h"
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)isfcb.c 1.9 89/07/17 Copyr 1988 Sun Micro";
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
#include "isam_impl.h"
|
#include "isam_impl.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ static char sccsid[] = "@(#)issort.c 1.3 89/07/17 Copyr 1988 Sun Micro";
|
|||||||
* Description:
|
* Description:
|
||||||
* ISAM sort package (sort in memory)
|
* ISAM sort package (sort in memory)
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "isam_impl.h"
|
#include "isam_impl.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user