chiark / gitweb /
move common stuff from udev/ to private parts of libudev/
[elogind.git] / libudev / libudev-device-db-write.c
index a8e66f7884bc8cd5cff16cd94a3521e069a34f52..68dc0a5b986c2a45a6c8a829aa9ddfbfed110925 100644 (file)
@@ -18,7 +18,8 @@
 #include <string.h>
 #include <sys/stat.h>
 
-#include "udev.h"
+#include "libudev.h"
+#include "libudev-private.h"
 
 static size_t devpath_to_db_path(struct udev *udev, const char *devpath, char *filename, size_t len)
 {