chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / login / logind-acl.h
index ec09843a787fc20818a7284e61f01093ec022e49..5587becca5b770a3f6c5366fc5e5151d9eb145de 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <stdbool.h>
+#include <sys/types.h>
+
+#if 0 /// elogind needs the systems udev header
+#include "libudev.h"
+#else
 #include <libudev.h>
+#endif // 0
 
 #ifdef HAVE_ACL