diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-08-01 15:53:07 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-03 00:28:12 -0400 |
commit | dced15575f7bf172e3c9d798c43477539525558c (patch) | |
tree | 2fd54bdcd17cd2338278e98be3ef40c8b8369bd8 /src/shared/util.h | |
parent | 0943f4b7b22fb676fcd9ede50f8133bf6d4a270b (diff) |
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.]
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index fd999bd942..3e89aaf17f 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -84,6 +84,7 @@ #endif #include "macro.h" +#include "missing.h" #include "time-util.h" /* What is interpreted as whitespace? */ |