From c2833e263d6cfc4cf82f4bfdcc59640a4071aeae Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 13 Aug 2007 08:14:22 +0000 Subject: Remove ifndef protections and includes from .h files --- audio/sink.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/sink.c') diff --git a/audio/sink.c b/audio/sink.c index 08a862cf..155170e6 100644 --- a/audio/sink.c +++ b/audio/sink.c @@ -25,16 +25,20 @@ #include #endif +#include #include #include #include +#include + #include "dbus.h" #include "dbus-helper.h" #include "logging.h" #include "avdtp.h" +#include "ipc.h" #include "device.h" #include "a2dp.h" #include "error.h" -- cgit