chiark / gitweb /
volume_id: split raid and filesystem detection
[elogind.git] / extras / edd_id / edd_id.c
index 8ac50e9812f7b907c61dba3004805980d4440b75..8fc690a49c6ff82214f90349b0d20e0298f7b20c 100644 (file)
@@ -7,7 +7,6 @@
  *     This program is free software; you can redistribute it and/or modify it
  *     under the terms of the GNU General Public License as published by the
  *     Free Software Foundation version 2 of the License.
- *
  */
 
 #ifndef _GNU_SOURCE
 #include <unistd.h>
 #include <fcntl.h>
 #include <ctype.h>
+#include <string.h>
 #include <errno.h>
 #include <dirent.h>
 #include <stdint.h>
 
-#include "../../logging.h"
-#include "../../udev_utils.h"
+#include "../../udev.h"
 
 #ifdef USE_LOG
 void log_message(int priority, const char *format, ...)