diff options
author | Andres Freund <andres@anarazel.de> | 2017-10-01 17:41:00 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-10-01 17:41:00 -0700 |
commit | 859759b62f2d2f2f2805e2aa9ebdb167a1b9655c (patch) | |
tree | 14107d0aa09a2a5209e922146fadddbf9a057556 /src | |
parent | 0ba99c84e8c7138143059b281063d4cca5a2bfea (diff) | |
download | postgresql-859759b62f2d2f2f2805e2aa9ebdb167a1b9655c.tar.gz postgresql-859759b62f2d2f2f2805e2aa9ebdb167a1b9655c.zip |
Correct include file name in inet_aton fallback.
Per buildfarm animal frogmouth.
Author: Andres Freund
Diffstat (limited to 'src')
-rw-r--r-- | src/port/inet_aton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/inet_aton.c b/src/port/inet_aton.c index b31d1f025d3..adaf18adb39 100644 --- a/src/port/inet_aton.c +++ b/src/port/inet_aton.c @@ -43,7 +43,7 @@ #include <netinet/in.h> #include <ctype.h> -#include "port/pg_swap.h" +#include "port/pg_bswap.h" /* * Check whether "cp" is a valid ascii representation |