From a05113a9a23c0454522297e17acbb61ce1710036 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 14 Jan 2013 20:24:21 -0800 Subject: [PATCH] Add missing include to fix build with glibc 2.17 --- packaging/obexd.spec | 5 ++--- plugins/mas.c | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/obexd.spec b/packaging/obexd.spec index faf3381..89b097f 100644 --- a/packaging/obexd.spec +++ b/packaging/obexd.spec @@ -4,13 +4,12 @@ Name: obexd Summary: D-Bus service for Obex Client access License: GPL-2.0+ Group: System/Daemons -Version: 0.47 +Version: 0.48 Release: 0 Url: http://www.bluez.org/ Source0: obexd-%{version}.tar.xz Source1: obexd-server.desktop Source2: obexd-setup.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: update-desktop-files @@ -70,7 +69,7 @@ install -m 0755 %{SOURCE2} %{buildroot}/%{_libdir}/obex/obexd-setup.sh %files %defattr(-,root,root,-) -%doc COPYING +%license COPYING %files client %defattr(-,root,root,-) diff --git a/plugins/mas.c b/plugins/mas.c index 1b18059..cfc28e3 100644 --- a/plugins/mas.c +++ b/plugins/mas.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include -- 2.7.4