aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-10-01 20:05:27 -0700
committerAndres Freund <andres@anarazel.de>2017-10-01 20:05:27 -0700
commit0c8b3ee94478ca07c86c09d2399a2ce73c2b922b (patch)
treea0dae58cabaa2df8577e1e35f2b178af39b83a5c
parent859759b62f2d2f2f2805e2aa9ebdb167a1b9655c (diff)
downloadpostgresql-0c8b3ee94478ca07c86c09d2399a2ce73c2b922b.tar.gz
postgresql-0c8b3ee94478ca07c86c09d2399a2ce73c2b922b.zip
Yet another pg_bswap typo in a windows only file.
Per buildfarm animal frogmouth. Brown-Paper-Bagged-By: Andres Freund
-rw-r--r--src/port/getaddrinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/getaddrinfo.c b/src/port/getaddrinfo.c
index 2e0e313c9f4..dbad0293e80 100644
--- 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_bsawp.h"
+#include "port/pg_bswap.h"
#ifdef WIN32