Luciano Santos
a8106be5f7
Update to version 2.17. OBS-URL: https://build.opensuse.org/request/show/603861 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=15
15 lines
267 B
Diff
15 lines
267 B
Diff
Index: src/plugins/kbd.c
|
|
--- a/src/plugins/kbd.c
|
|
+++ b/src/plugins/kbd.c
|
|
@@ -17,07 +17,07 @@
|
|
* Author: Vratislav Podzimek <vpodzime@redhat.com>
|
|
*/
|
|
|
|
-#include <libkmod.h>
|
|
+#include <kmod/libkmod.h>
|
|
#include <string.h>
|
|
#include <syslog.h>
|
|
#include <glob.h>
|
|
|
|
--
|