diff options
Diffstat (limited to 'daemon/echo.c')
-rw-r--r-- | daemon/echo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/echo.c b/daemon/echo.c index c79b2047..736b3a0b 100644 --- a/daemon/echo.c +++ b/daemon/echo.c @@ -36,10 +36,11 @@ #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> +#include <glib.h> + #include <dbus/dbus.h> #include "dbus.h" -#include "glib-ectomy.h" #include "logging.h" static GMainLoop *main_loop = NULL; |