Luciano Santos
153498ebd4
Update to version 2.16. OBS-URL: https://build.opensuse.org/request/show/578850 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=5
13 lines
265 B
Diff
13 lines
265 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>
|
|
--
|