Yet another pg_bswap typo in a windows only file.

Per buildfarm animal frogmouth.

Brown-Paper-Bagged-By: Andres Freund
This commit is contained in:
Andres Freund 2017-10-01 20:05:27 -07:00
parent 859759b62f
commit 0c8b3ee944

View File

@ -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