]> code.ossystems Code Review - openembedded-core.git/commit
sysstat: Include needed headers explicitly
authorKhem Raj <raj.khem@gmail.com>
Mon, 14 Sep 2015 15:53:02 +0000 (15:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:39:38 +0000 (15:39 +0100)
commit2a19b13bdd5ab1505464c4c4bc0129a9a8ee0c7c
treecfc4b5da2f8285d795eb51445020f5b342bfbd78
parentd08f9d7145ba14ce9fbf320719c05560be69212f
sysstat: Include needed headers explicitly

It depends on defines from .h files that are not includes as part of
source file, on glibc it works because they get included indirectly but
that can change any time since its internal glibc behaviour, at user
level the header needed should be explicitly included.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch [new file with mode: 0644]
meta/recipes-extended/sysstat/sysstat_11.1.5.bb