lxc: fix offsetof() related musl build issue
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 20 Apr 2018 10:31:55 +0000 (12:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 21 Apr 2018 12:52:59 +0000 (14:52 +0200)
commit2886302e29e90712a0242f09b749cb0adf21d1c6
treeb72f5733749029c430a979267781a5ef7ce58e24
parent7fb6fe883a6ee360aa861fdae93d7441f9f5d52d
lxc: fix offsetof() related musl build issue

This commit adds a patch that fixes a build issue with musl due to the
fact that offsetof() is used without including <stddef.h>.

Fixes:

  http://autobuild.buildroot.net/results/3c6e34cbcd43aba4dd2b18687bd89fc369c9dab7/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lxc/0001-lxc-tools-lxc_monitor-include-missing-stddef.h.patch [new file with mode: 0644]