Add include files needed for stat().

This commit is contained in:
Bruce Momjian 1997-01-18 16:14:04 +00:00
parent 9010e0e686
commit 5fefb9f8e7
1 changed files with 3 additions and 1 deletions

View File

@ -8,13 +8,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.8 1997/01/10 10:00:39 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.9 1997/01/18 16:14:04 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h> /* for sprintf() */
#include <string.h>
#include <sys/file.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "postgres.h"
#include "miscadmin.h"