chiark / gitweb /
use linux/sched.h instead of sched.h for older glibc
[elogind.git] / automount.h
index b6dfd5bb0609ecafda0842ad380b7a7da0328309..acd7ca2e18905addd7ef7a3c913871330692d9bd 100644 (file)
@@ -5,7 +5,7 @@
 
 typedef struct Automount Automount;
 
-#include "name.h"
+#include "unit.h"
 
 typedef enum AutomountState {
         AUTOMOUNT_DEAD,
@@ -41,6 +41,6 @@ struct Automount {
         Mount *mount;
 };
 
-extern const NameVTable automount_vtable;
+extern const UnitVTable automount_vtable;
 
 #endif