Skip to content

Commit 062eef3

Browse files
committed
Straighten include order in guc-file.l
Oversight in dac048f Michael Paquier Reviewed by Julien Rouhaud Discussion: https://www.postgresql.org/message-id/Y2IATvRGo347Lvd1%40paquier.xyz
1 parent 1c72d82 commit 062eef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc-file.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
#include "postgres.h"
1111

1212
#include <ctype.h>
13+
#include <sys/stat.h>
1314
#include <unistd.h>
1415

1516
#include "common/file_utils.h"
1617
#include "guc_internal.h"
1718
#include "mb/pg_wchar.h"
1819
#include "miscadmin.h"
1920
#include "storage/fd.h"
20-
#include <sys/stat.h>
2121
#include "utils/memutils.h"
2222
}
2323

0 commit comments

Comments
 (0)