chiark / gitweb /
Prep v230: Apply missing upstream fixes and updates (7/8) src/shared.
[elogind.git] / src / shared / udev-util.h
index 74fe57e6d0fba1c5569be3f2dc61f9f8497fe3d8..d76ff52863e7805e174eb74026eb731a0fd3e3e4 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#if 0 /// elogind needs the systems udev header
+#include "udev.h"
+#else
 #include <libudev.h>
+#endif // 0
 #include "util.h"
 
 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev*, udev_unref);