aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73-server/files/patch-src::backend::utils::init::findbe.c
blob: e453be9d93da7cc99b93730236f4596e77351605 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/backend/utils/init/findbe.c.orig	Tue Feb 19 16:03:38 2002
+++ src/backend/utils/init/findbe.c	Tue Feb 19 16:03:45 2002
@@ -13,9 +13,9 @@
  */
 #include "postgres.h"
 
+#include <sys/types.h>
 #include <grp.h>
 #include <pwd.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>