diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
commit | c2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch) | |
tree | 86396cb615ddf12634758f78297c88cc13394f8b /audio/sink.c | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/sink.c')
-rw-r--r-- | audio/sink.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <config.h> #endif +#include <stdint.h> #include <errno.h> #include <glib.h> #include <dbus/dbus.h> +#include <bluetooth/bluetooth.h> + #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" |