ports/x11/tkhtml/patches/patch-tools_lemon_c

13 lines
301 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
fix implicit declaration compilation warning.
--- tools/lemon.c.orig Sun Dec 12 10:16:41 2010
+++ tools/lemon.c Sun Dec 12 10:16:53 2010
@@ -2985,6 +2985,7 @@ struct lemon *lemp;
FILE *in;
char *tpltname;
char *cp;
+ extern int access();
cp = strrchr(lemp->filename,'.');
if( cp ){