blob: ca368041b3b85ebe794f30b3b6aae568073733d7 (
plain)
1
2
3
4
5
6
7
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>
|