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[] = "@(#)isfab.c 1.8 89/07/17 Copyr 1988 Sun Micro";
* The ISAM file access block functions.
*
*/
#include <stdlib.h>
#include "isam_impl.h"