diff options
Diffstat (limited to 'ddb/db_lex.c')
-rw-r--r-- | ddb/db_lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_lex.c b/ddb/db_lex.c index f770eaf9..3d054045 100644 --- a/ddb/db_lex.c +++ b/ddb/db_lex.c @@ -33,8 +33,8 @@ /* * Lexical analyzer. */ +#include <string.h> #include <machine/db_machdep.h> -#include <kern/strings.h> #include <ddb/db_lex.h> char db_line[DB_LEX_LINE_SIZE]; |