aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeroconf.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-06-02 22:52:53 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-06-02 22:52:53 +0000
commitf3be4e8c9156f02c8c27490358e009c1c8342be3 (patch)
treed194812f2e98388a1a7dbf4cf9bf65d8c38ebca3 /src/zeroconf.c
parent5f8d6d69006f33a60dde4d950c19488915fa85dc (diff)
downloadmpd-f3be4e8c9156f02c8c27490358e009c1c8342be3.tar.gz
mpd-f3be4e8c9156f02c8c27490358e009c1c8342be3.tar.xz
mpd-f3be4e8c9156f02c8c27490358e009c1c8342be3.zip
Adding a missing include.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6462 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/zeroconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c
index e7ea05d74..585c6e2bf 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
+#include <arpa/inet.h>
#include "zeroconf.h"
#include "conf.h"