From 859759b62f2d2f2f2805e2aa9ebdb167a1b9655c Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 1 Oct 2017 17:41:00 -0700 Subject: [PATCH] Correct include file name in inet_aton fallback. Per buildfarm animal frogmouth. Author: Andres Freund --- src/port/inet_aton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/inet_aton.c b/src/port/inet_aton.c index b31d1f025d..adaf18adb3 100644 --- a/src/port/inet_aton.c +++ b/src/port/inet_aton.c @@ -43,7 +43,7 @@ #include #include -#include "port/pg_swap.h" +#include "port/pg_bswap.h" /* * Check whether "cp" is a valid ascii representation