mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
shared: missing.h should include btrfs.h, before redefining some of its definitions
This commit is contained in:
parent
6ce830fa61
commit
700c6087eb
@ -44,6 +44,10 @@
|
||||
#include <asm/sgidefs.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LINUX_BTRFS_H
|
||||
#include <linux/btrfs.h>
|
||||
#endif
|
||||
|
||||
#include "macro.h"
|
||||
|
||||
#ifndef RLIMIT_RTTIME
|
||||
|
Loading…
x
Reference in New Issue
Block a user