diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 21:13:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 21:13:01 +0100 |
commit | c48fde9c51983494910925bc4a13cf862f320d38 (patch) | |
tree | 1d024def3e43c4544e860a9fcab48707197a29a9 /package/kbd/patches/patch-src_libkeymap_kmap_c | |
parent | 291a3cf5e1ba11aa9e548a756fe85c51d7b3217f (diff) | |
parent | 199f633fb1077c7ffedff161726e9229e7312152 (diff) |
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'package/kbd/patches/patch-src_libkeymap_kmap_c')
-rw-r--r-- | package/kbd/patches/patch-src_libkeymap_kmap_c | 10 |
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" |