1
0
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:
Lennart Poettering 2014-12-12 03:13:48 +01:00
parent 6ce830fa61
commit 700c6087eb

View File

@ -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