Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39e911e

Browse files
committed
Reorder includes to unbreak MSVC
1 parent7f508f1 commit39e911e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_dump/pg_backup_directory.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
*-------------------------------------------------------------------------
3434
*/
3535

36-
#include<dirent.h>
37-
#include<sys/stat.h>
38-
3936
#include"pg_backup_archiver.h"
4037
#include"compress_io.h"
4138

39+
#include<dirent.h>
40+
#include<sys/stat.h>
41+
4242
typedefstruct
4343
{
4444
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp