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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy