summaryrefslogtreecommitdiff
path: root/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount.h')
-rw-r--r--mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount.h b/mount.h
index b437b2e7f5..734e96cb27 100644
--- a/mount.h
+++ b/mount.h
@@ -5,7 +5,7 @@
typedef struct Mount Mount;
-#include "name.h"
+#include "unit.h"
typedef enum MountState {
MOUNT_DEAD,
@@ -23,6 +23,6 @@ struct Mount {
char *path;
};
-extern const NameVTable mount_vtable;
+extern const UnitVTable mount_vtable;
#endif