1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

libtt: resolve implicit delaration of free() and exit() warnings

This commit is contained in:
Peter Howkins 2012-08-22 12:39:25 +01:00
parent 0b623d4b63
commit 8a78cc767e
5 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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>

View file

@ -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"