diff options
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
| -rw-r--r-- | usr.sbin/config/mkmakefile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 513a5037a73c..56aa44a44eab 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -42,6 +42,7 @@ static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93"; */ #include <stdio.h> +#include <string.h> #include <ctype.h> #include "y.tab.h" #include "config.h" @@ -61,6 +62,8 @@ static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93"; wd = word; \ } +#define ns(s) strdup(s) + static struct file_list *fcur; char *tail(); extern int old_config_present; |
