diff options
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r-- | sys/ddb/db_sym.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 08eb1c0..2ab3ede 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -22,14 +22,15 @@ * * 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 */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> |