From 2de2c735c937c6724c14656acf01ce90f122b903 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Thu, 6 Jan 2011 01:35:27 +0100 Subject: Fix dependencies and include necessary headers --- src/pulsecore/inet_ntop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/inet_ntop.c') diff --git a/src/pulsecore/inet_ntop.c b/src/pulsecore/inet_ntop.c index e283a670..64c28edb 100644 --- a/src/pulsecore/inet_ntop.c +++ b/src/pulsecore/inet_ntop.c @@ -28,6 +28,7 @@ #ifndef HAVE_INET_NTOP +#include #include #include "inet_ntop.h" -- cgit