chiark / gitweb /
libudev: add library to access udev information
[elogind.git] / extras / edd_id / edd_id.c
index 4a177709a8ddd870331b18b19baf4ea00c9ffcc0..9d745c505a68ae66fc9b774c980a7511d3edc5a5 100644 (file)
@@ -23,7 +23,7 @@
 #include <dirent.h>
 #include <stdint.h>
 
-#include "../../udev.h"
+#include "../../udev/udev.h"
 
 #ifdef USE_LOG
 void log_message(int priority, const char *format, ...)