]> granicus.if.org Git - postgresql/commitdiff
Yet another pg_bswap typo in a windows only file.
authorAndres Freund <andres@anarazel.de>
Mon, 2 Oct 2017 03:05:27 +0000 (20:05 -0700)
committerAndres 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

index 2e0e313c9f43b6429d4d762fe0d7d54accbf3dad..dbad0293e80bb8d792bd997c7be7f00372d0ddf4 100644 (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