patch-src_loadkeys_c 302 B

12345678910
  1. --- kbd-2.0.1.orig/src/loadkeys.c 2013-08-27 22:45:33.000000000 +0200
  2. +++ kbd-2.0.1/src/loadkeys.c 2014-03-24 22:39:26.000000000 +0100
  3. @@ -10,6 +10,7 @@
  4. * which should be included with kbd as the file COPYING.
  5. */
  6. +#include <stdarg.h>
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <string.h>