We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9010e0e commit 5fefb9fCopy full SHA for 5fefb9f
src/backend/storage/large_object/inv_api.c
@@ -8,13 +8,15 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
15
#include <stdio.h> /* for sprintf() */
16
#include <string.h>
17
#include <sys/file.h>
18
+#include <sys/types.h>
19
+#include <sys/stat.h>
20
21
#include "postgres.h"
22
#include "miscadmin.h"
0 commit comments