freebsd-ports/sysutils/uhidd/files/extra-patch-uhidd-parser.y
Alex Kozlov 892c1a6750 - Unbreak after yacc update in r235723
PR:	ports/168311
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	eadler, itetcu (mentors, implicit)
2012-05-27 09:14:07 +00:00

17 lines
297 B
Text

--- uhidd/parser.y~
+++ uhidd/parser.y
@@ -32,13 +32,13 @@
#include <err.h>
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include "uhidd.h"
extern int yylex(void);
-extern int yyparse(void);
extern int lineno;
extern FILE *yyin;