Thanks to visit codestin.com Credit goes to github.com
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 533d516 commit 560e196Copy full SHA for 560e196
src/backend/utils/init/miscinit.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.41 2000/01/18 13:46:10 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.42 2000/01/19 14:01:25 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -18,6 +18,7 @@
18
#include <signal.h>
19
#include <sys/stat.h>
20
#include <sys/file.h>
21
+#include <fcntl.h>
22
#include <unistd.h>
23
#include <grp.h>
24
#include <pwd.h>
0 commit comments