From: Anas Nashif Date: Tue, 15 Jan 2013 04:24:21 +0000 (-0800) Subject: Add missing include to fix build with glibc 2.17 X-Git-Tag: accepted/tizen/20130503.225946~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a05113a9a23c0454522297e17acbb61ce1710036;p=platform%2Fupstream%2Fobexd.git Add missing include to fix build with glibc 2.17 --- 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