diff options
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r-- | usr.sbin/config/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 25a81ca..8b6606f 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -142,6 +142,7 @@ extern struct device *dtab; extern char errbuf[80]; extern int yyline; +extern const char *yyfile; extern struct file_list *ftab; |