[kbd] [PATCH 4/4] openvt.c: include <limits.h> for NAME_MAX

Felix Janda felix.janda at posteo.de
Thu Dec 4 23:57:33 MSK 2014


---
 src/openvt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/openvt.c b/src/openvt.c
index 24d2709..9cb8ea7 100644
--- a/src/openvt.c
+++ b/src/openvt.c
@@ -1,4 +1,5 @@
 #include <fcntl.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <unistd.h>
-- 
2.0.4


More information about the kbd mailing list