From ade0cd8bb95ce20b520cb3b13600d04130f52976 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Apr 2016 13:42:28 +0100 Subject: Reduce unecessary use of networking headers The utility configuration header dragged in a number of bsd sockets and related API as a side effect of setting up the configuration. By splitting the header and API setup into a separate header only the small number of places that need the functionality explitly include it. --- utils/utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/utils.c') diff --git a/utils/utils.c b/utils/utils.c index b3dee8bcc..50704eae2 100644 --- a/utils/utils.c +++ b/utils/utils.c @@ -39,6 +39,7 @@ #include "utils/messages.h" #include "utils/utf8.h" #include "utils/time.h" +#include "utils/inet.h" #include "utils/utils.h" /* exported interface documented in utils/utils.h */ -- cgit v1.2.3