chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / login / sysfs-show.c
index 29785e2f11d5f55c2256997aa391166ed31f297e..cb5bb5e5f7e63374e1caab40f3ff63a2fbacedcd 100644 (file)
 #include <errno.h>
 #include <string.h>
 
+#if 0 /// elogind needs the systems udev header
 #include "libudev.h"
+#else
+#include <libudev.h>
+#endif // 0
 
 #include "alloc-util.h"
 #include "locale-util.h"