mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 10:11:47 -04:00
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:
parent
859759b62f
commit
0c8b3ee944
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue