chiark / gitweb /
util.h: include missing.h, for struct file_handle
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 1 Aug 2014 14:53:07 +0000 (15:53 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 3 Aug 2014 04:28:12 +0000 (00:28 -0400)
commitdced15575f7bf172e3c9d798c43477539525558c
tree2fd54bdcd17cd2338278e98be3ef40c8b8369bd8
parent0943f4b7b22fb676fcd9ede50f8133bf6d4a270b
util.h: include missing.h, for struct file_handle

This breaks udev-builtin-btrfs.c, which reinvents some of missing.h,
so use missing.h there too.

[zj: removed #include "config.h" and wrapped #include <linux/btrfs.h>
     in ifdef HAVE_LINUX_BTRFS_H as discussed on the mailing list.]
src/shared/util.h
src/udev/udev-builtin-btrfs.c