diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-03 14:06:40 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-03 14:06:40 +0300 |
commit | 8c565c2146ecb7cde3761c087b67618985ab4346 (patch) | |
tree | 32e8c59a3d2b6065ec447b4a3b5f6cb09544e3a4 /audio/main.c | |
parent | 5c607b7899fd4e555b0d73e3dbe0ea0b4f6e6cfa (diff) |
Add telephony initialization calls to correct places
Diffstat (limited to 'audio/main.c')
-rw-r--r-- | audio/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/main.c b/audio/main.c index 9afc61e6..8c3ce9c7 100644 --- a/audio/main.c +++ b/audio/main.c @@ -39,6 +39,7 @@ #include "unix.h" #include "device.h" #include "manager.h" +#include "telephony.h" static GKeyFile *load_config_file(const char *file) { |