dutil: Include linux/stddef.h to build on Alpine Linux systems

To get __always_inline to work.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2021-08-12 17:17:05 -03:00
parent bb02fec203
commit 0d8d457fa3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
*/
#include <stdbool.h>
#include <linux/stddef.h>
#include <stddef.h>
#include <string.h>
#include <elf.h>