diff options
Diffstat (limited to 'sys/ddb/db_lex.c')
-rw-r--r-- | sys/ddb/db_lex.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 63adf2b..b8b2e3b 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -22,10 +22,7 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - * - * $FreeBSD$ */ - /* * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 @@ -33,6 +30,10 @@ /* * Lexical analyzer. */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <ddb/ddb.h> |