chiark / gitweb /
[PATCH] udev use new libsysfs header file location
[elogind.git] / extras / scsi_id / scsi_id.c
index 75a342bb1265c10c896f291b231ae45ef4bdb01f..27543819765a5259ddb99bd0ccdedccf6d03f1ba 100644 (file)
 #include <stdarg.h>
 #include <ctype.h>
 #include <sys/stat.h>
-#ifdef __KLIBC__
-/*
- * Assume built under udev with KLIBC
- */
-#include <libsysfs.h>
-#else
 #include <sysfs/libsysfs.h>
-#endif
+
 #include "scsi_id_version.h"
 #include "scsi_id.h"