chiark / gitweb /
[PATCH] udev use new libsysfs header file location
[elogind.git] / extras / scsi_id / scsi_serial.c
index 80a1d5163516785f92ada6515b876234efa7f821..9fb0f05e61ee657fbd70eac23089f9f7556f798b 100644 (file)
 #include <unistd.h>
 #include <syslog.h>
 #include <scsi/sg.h>
-#ifdef __KLIBC__
-/*
- * Assume built under udev with KLIBC
- */
-#include <libsysfs.h>
-#else
 #include <sysfs/libsysfs.h>
-#endif
+
 #include "scsi_id.h"
 #include "scsi.h"