2008-07-19 18:00:19 +00:00
|
|
|
--- a/input/device.c
|
|
|
|
+++ b/input/device.c
|
2008-01-21 23:25:05 +00:00
|
|
|
@@ -25,6 +25,8 @@
|
|
|
|
#include <config.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#define ENOKEY 161 /* Required key not available */
|
|
|
|
+
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <fcntl.h>
|
2008-07-19 18:00:19 +00:00
|
|
|
--- a/input/storage.c
|
|
|
|
+++ b/input/storage.c
|
2008-01-21 23:25:05 +00:00
|
|
|
@@ -25,6 +25,8 @@
|
|
|
|
#include <config.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#define ENOKEY 161 /* Required key not available */
|
|
|
|
+
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <ctype.h>
|