summaryrefslogtreecommitdiff
path: root/ddb/db_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_lex.c')
-rw-r--r--ddb/db_lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_lex.c b/ddb/db_lex.c
index f770eaf..3d05404 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];