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 /src/libudev/util.h | |
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 'src/libudev/util.h')
-rw-r--r-- | src/libudev/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h index 15a11cc537..5e699ca5a8 100644 --- a/src/libudev/util.h +++ b/src/libudev/util.h @@ -32,6 +32,7 @@ #include <unistd.h> #include <sys/socket.h> +#include "missing.h" #include "config.h" #if SIZEOF_PID_T == 4 |