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/a2dp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/a2dp.c') diff --git a/audio/a2dp.c b/audio/a2dp.c index 03cb8868..fd355302 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -30,11 +30,13 @@ #include #include +#include #include #include #include "logging.h" #include "manager.h" +#include "ipc.h" #include "device.h" #include "avdtp.h" #include "sink.h" -- cgit