Commit f3be4e8c authored by J. Alexander Treuman's avatar J. Alexander Treuman

Adding a missing include.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6462 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 5f8d6d69
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <arpa/inet.h>
#include "zeroconf.h" #include "zeroconf.h"
#include "conf.h" #include "conf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment