diff options
Diffstat (limited to 'usr.bin/lex/sym.c')
-rw-r--r-- | usr.bin/lex/sym.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index ac1c4b2..077015b 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ -/* $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "flexdef.h" |