chiark / gitweb /
missing: define name_to_handle_at on our own if it is missing
[elogind.git] / src / shared / path-util.c
index 2bdbd22dc71becce8484dec92fb81dc8326e68ef..4cb0b03c5a55c8d0af3b36c078788cfb89d14286 100644 (file)
@@ -35,6 +35,7 @@
 #include "log.h"
 #include "strv.h"
 #include "path-util.h"
+#include "missing.h"
 
 bool path_is_absolute(const char *p) {
         return p[0] == '/';