diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:45:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:45:53 +0100 |
commit | 4e036b7a96b7a72461bdb68ded304041e892b8eb (patch) | |
tree | 8b1b79bb8e1ca4e715f1fd6ec3e643567e690996 /src/core | |
parent | 5e524b404b7b319aa6a24bf21132b1074b206996 (diff) |
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index 68cf312fca..77b5ec27eb 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -36,6 +36,7 @@ #include "manager.h" #include "mkdir.h" #include "mount-setup.h" +#include "mount-util.h" #include "mount.h" #include "parse-util.h" #include "path-util.h" |