chiark / gitweb /
libudev: add library to access udev information
[elogind.git] / extras / usb_id / usb_id.c
index fed6631b90751b48a7f6d393d149fe88e532bc87..92492c8665dbf77ee7e0a37c622974fad8b308c5 100644 (file)
@@ -11,6 +11,8 @@
  *     Free Software Foundation version 2 of the License.
  */
 
  *     Free Software Foundation version 2 of the License.
  */
 
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -20,7 +22,7 @@
 #include <errno.h>
 #include <getopt.h>
 
 #include <errno.h>
 #include <getopt.h>
 
-#include "../../udev.h"
+#include "../../udev/udev.h"
 
 #define MAX_PATH_LEN                   512
 #define MAX_SERIAL_LEN                 256
 
 #define MAX_PATH_LEN                   512
 #define MAX_SERIAL_LEN                 256