chiark / gitweb /
rules_generator: remove "installation" function
[elogind.git] / extras / cdrom_id / cdrom_id.c
index ff6f89e16375966094de7c4383f0e0a70675ce7e..0d4a8c10f02fa0fb2a08bc1b1776110278745fdc 100644 (file)
 #include <unistd.h>
 #include <fcntl.h>
 #include <ctype.h>
+#include <string.h>
 #include <errno.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <linux/types.h>
 
-#include "../../logging.h"
-#include "../../udev_utils.h"
+#include "../../udev.h"
 
 /*
  * Taken from the cdrom.h kernel include file.