chiark / gitweb /
service: add minimal access control logic for notifcation socket
[elogind.git] / src / unit.c
index 229f44c1a97459e17152bca68845bf62af344382..327444bba4d087f7b76b154506b498061111a4c5 100644 (file)
@@ -38,6 +38,7 @@
 #include "unit-name.h"
 #include "specifier.h"
 #include "dbus-unit.h"
+#include "special.h"
 
 const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX] = {
         [UNIT_SERVICE] = &service_vtable,