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 8c7e189 commit dbb76bfCopy full SHA for dbb76bf
src/backend/utils/init/findbe.c
@@ -7,15 +7,15 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.25 2001/10/29 18:06:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.26 2002/02/08 16:30:11 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include "postgres.h"
15
16
+#include <sys/types.h>
17
#include <grp.h>
18
#include <pwd.h>
-#include <sys/types.h>
19
#include <sys/stat.h>
20
#include <unistd.h>
21
0 commit comments