diff options
Diffstat (limited to 'lib/libc/regex/grot/debug.c')
-rw-r--r-- | lib/libc/regex/grot/debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/regex/grot/debug.c b/lib/libc/regex/grot/debug.c index 24bad14..02a17e4 100644 --- a/lib/libc/regex/grot/debug.c +++ b/lib/libc/regex/grot/debug.c @@ -1,5 +1,6 @@ -/* $FreeBSD$ - */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <string.h> #include <ctype.h> |