View | Details | Raw Unified | Return to bug 168311 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/uhidd/files/patch-uhidd-parser.y (+10 lines)
Added Link Here
1
--- uhidd/parser.y~
2
+++ uhidd/parser.y
3
@@ -32,6 +32,7 @@
4
 #include <err.h>
5
 #include <errno.h>
6
 #include <stdio.h>
7
+#include <stdlib.h>
8
 #include <string.h>
9
 #include <syslog.h>
10
 

Return to bug 168311