Skip to content

Commit 5fefb9f

Browse files
committed
Add include files needed for stat().
1 parent 9010e0e commit 5fefb9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/storage/large_object/inv_api.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.8 1997/01/10 10:00:39 vadim Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.9 1997/01/18 16:14:04 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515
#include <stdio.h> /* for sprintf() */
1616
#include <string.h>
1717
#include <sys/file.h>
18+
#include <sys/types.h>
19+
#include <sys/stat.h>
1820

1921
#include "postgres.h"
2022
#include "miscadmin.h"

0 commit comments

Comments
 (0)