From ad43b3d2487847f026133c83f1df4b96fffa225b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Apr 2013 23:48:49 -0500 Subject: [PATCH] core: Include hfp.h --- src/emulator.c | 1 + src/handsfree.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/emulator.c b/src/emulator.c index c3165eb4..0817b5de 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -31,6 +31,7 @@ #include "ofono.h" #include "common.h" +#include "hfp.h" #include "gatserver.h" #include "gatppp.h" diff --git a/src/handsfree.c b/src/handsfree.c index 18be93a2..69d8476d 100644 --- a/src/handsfree.c +++ b/src/handsfree.c @@ -40,6 +40,7 @@ #include #include "ofono.h" #include "common.h" +#include "hfp.h" static GSList *g_drivers = NULL;