summaryrefslogtreecommitdiff
path: root/package/kbd/patches/patch-src_libkeymap_kmap_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/kbd/patches/patch-src_libkeymap_kmap_c')
-rw-r--r--package/kbd/patches/patch-src_libkeymap_kmap_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kbd/patches/patch-src_libkeymap_kmap_c b/package/kbd/patches/patch-src_libkeymap_kmap_c
new file mode 100644
index 000000000..3f945e5da
--- /dev/null
+++ b/package/kbd/patches/patch-src_libkeymap_kmap_c
@@ -0,0 +1,10 @@
+--- kbd-2.0.1.orig/src/libkeymap/kmap.c 2013-10-07 16:13:31.000000000 +0200
++++ kbd-2.0.1/src/libkeymap/kmap.c 2014-03-24 21:46:56.000000000 +0100
+@@ -1,4 +1,7 @@
++#include <sys/types.h>
++#include <stdarg.h>
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <string.h>
+
+ #include "nls.h"