From 48a146e7b9b9cdcef6ee0902903499ed83a67942 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 21 Nov 2009 14:30:43 +1300 Subject: [PATCH] Correct include for optional inet_ntop.h include/ is provided as a path by Squid. wrap the header include to ensure an empty object when code inside is not needed. --- lib/inet_ntop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c index 9e74795776..cc0b60a525 100644 --- a/lib/inet_ntop.c +++ b/lib/inet_ntop.c @@ -20,9 +20,9 @@ */ #include "config.h" -#include "include/inet_ntop.h" #ifndef HAVE_INET_NTOP +#include "inet_ntop.h" /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") -- 2.47.3