summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund2017-10-02 03:05:27 +0000
committerAndres Freund2017-10-02 03:05:27 +0000
commit0c8b3ee94478ca07c86c09d2399a2ce73c2b922b (patch)
treea0dae58cabaa2df8577e1e35f2b178af39b83a5c
parent859759b62f2d2f2f2805e2aa9ebdb167a1b9655c (diff)
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 2e0e313c9f..dbad0293e8 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