d84ce95ff5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11879 3c298f89-4303-0410-b956-a3cf2f4a3e73
23 lines
441 B
Diff
23 lines
441 B
Diff
--- a/input/device.c
|
|
+++ b/input/device.c
|
|
@@ -25,6 +25,8 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#define ENOKEY 161 /* Required key not available */
|
|
+
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
--- a/input/storage.c
|
|
+++ b/input/storage.c
|
|
@@ -25,6 +25,8 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#define ENOKEY 161 /* Required key not available */
|
|
+
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <ctype.h>
|