summaryrefslogtreecommitdiff
path: root/utils/utils.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-17 13:42:28 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-17 13:42:28 +0100
commitade0cd8bb95ce20b520cb3b13600d04130f52976 (patch)
treedf5bb0c1cdbf00d2c01a07358ac05574c0a1aec8 /utils/utils.c
parent810e9153d1b4d9ed8e208eece4ee88b0d3867ec0 (diff)
downloadnetsurf-ade0cd8bb95ce20b520cb3b13600d04130f52976.tar.gz
netsurf-ade0cd8bb95ce20b520cb3b13600d04130f52976.tar.bz2
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.
Diffstat (limited to 'utils/utils.c')
-rw-r--r--utils/utils.c1
1 files changed, 1 insertions, 0 deletions
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 */