projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
859759b
)
Yet another pg_bswap typo in a windows only file.
author
Andres Freund
<andres@anarazel.de>
Mon, 2 Oct 2017 03:05:27 +0000
(20:05 -0700)
committer
Andres Freund
<andres@anarazel.de>
Mon, 2 Oct 2017 03:05:27 +0000
(20:05 -0700)
Per buildfarm animal frogmouth.
Brown-Paper-Bagged-By: Andres Freund
src/port/getaddrinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/getaddrinfo.c
b/src/port/getaddrinfo.c
index 2e0e313c9f43b6429d4d762fe0d7d54accbf3dad..dbad0293e80bb8d792bd997c7be7f00372d0ddf4 100644
(file)
--- a/
src/port/getaddrinfo.c
+++ b/
src/port/getaddrinfo.c
@@
-31,7
+31,7
@@
#include "getaddrinfo.h"
#include "libpq/pqcomm.h" /* needed for struct sockaddr_storage */
-#include "port/pg_bs
aw
p.h"
+#include "port/pg_bs
wa
p.h"
#ifdef WIN32