diff options
author | Andres Freund <andres@anarazel.de> | 2017-10-01 20:05:27 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-10-01 20:05:27 -0700 |
commit | 0c8b3ee94478ca07c86c09d2399a2ce73c2b922b (patch) | |
tree | a0dae58cabaa2df8577e1e35f2b178af39b83a5c | |
parent | 859759b62f2d2f2f2805e2aa9ebdb167a1b9655c (diff) | |
download | postgresql-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.c | 2 |
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 |