summaryrefslogtreecommitdiff
path: root/package/kbd/patches/patch-src_libkeymap_loadkeys_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-24 22:57:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-24 22:57:21 +0100
commitf10f3859abb6e04146041eb9440f96bcc247edb4 (patch)
treef1d3f3311dbdbbd7d856686058b35c4516f45909 /package/kbd/patches/patch-src_libkeymap_loadkeys_c
parent16dd2fc021e751c1032560372580273b3d24fe97 (diff)
fix uclibc compile
Diffstat (limited to 'package/kbd/patches/patch-src_libkeymap_loadkeys_c')
-rw-r--r--package/kbd/patches/patch-src_libkeymap_loadkeys_c8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/kbd/patches/patch-src_libkeymap_loadkeys_c b/package/kbd/patches/patch-src_libkeymap_loadkeys_c
new file mode 100644
index 000000000..ca368041b
--- /dev/null
+++ b/package/kbd/patches/patch-src_libkeymap_loadkeys_c
@@ -0,0 +1,8 @@
+--- kbd-2.0.1.orig/src/libkeymap/loadkeys.c 2013-08-27 22:45:33.000000000 +0200
++++ kbd-2.0.1/src/libkeymap/loadkeys.c 2014-03-24 21:48:35.000000000 +0100
+@@ -1,4 +1,5 @@
+ #include <errno.h>
++#include <stdarg.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/ioctl.h>