diff options
Diffstat (limited to 'lib/label/hints.c')
-rw-r--r-- | lib/label/hints.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/label/hints.c b/lib/label/hints.c index c84bd1f1c..85e5ab1cb 100644 --- a/lib/label/hints.c +++ b/lib/label/hints.c @@ -146,6 +146,7 @@ #include "lib/label/hints.h" #include "lib/device/dev-type.h" #include "lib/device/device_id.h" +#include "lib/device/online.h" #include <sys/stat.h> #include <fcntl.h> @@ -156,8 +157,6 @@ #include <sys/file.h> #include <sys/sysmacros.h> -int online_pvid_file_read(char *path, int *major, int *minor, char *vgname); - static const char *_hints_file = DEFAULT_RUN_DIR "/hints"; static const char *_nohints_file = DEFAULT_RUN_DIR "/nohints"; static const char *_newhints_file = DEFAULT_RUN_DIR "/newhints"; |