12345678910 |
- --- 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"
|