summaryrefslogtreecommitdiffstats
path: root/audio/gateway.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-13 08:14:22 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-13 08:14:22 +0000
commitc2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch)
tree86396cb615ddf12634758f78297c88cc13394f8b /audio/gateway.c
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/gateway.c')
-rw-r--r--audio/gateway.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gateway.c b/audio/gateway.c
index d91a2225..66db457f 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -25,4 +25,9 @@
#include <config.h>
#endif
+#include <stdint.h>
+
+#include <glib.h>
+#include <dbus/dbus.h>
+
#include "gateway.h"