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