diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 08:32:35 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 08:32:35 -0400 |
commit | ba3e123a228142da43902fda5f63b1cf7cd7d96d (patch) | |
tree | 6f3aedae504f6bbb73cf36ffde4ec273233cb3b8 /configure.ac | |
parent | 93bc913f142b42a481ca0466ebf31228e1132cdb (diff) |
Include missing.h in udev-builtin-btrfs.c, and move BTRFS_IOC_DEVICES_READY to missing.h
This is a combination of upstream commits
dced15575f7bf172e3c9d798c43477539525558c
7bed7f0e3b1f9596aedb64657e432e5b267adebb
by
Simon McVittie <simon.mcvittie@collabora.co.uk>
7bed7f0e3b1f9596aedb64657e432e5b267adebb
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ed0635e685..6945976027 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_CHECK_HEADERS( ) AC_CHECK_HEADERS( - [mtd/mtd-user.h], + [linux/btrfs.h mtd/mtd-user.h], [], [AC_MSG_ERROR([*** KERNEL header not found])] ) |