diff options
Diffstat (limited to 'lib/libc/string/strrchr.c')
-rw-r--r-- | lib/libc/string/strrchr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index 8fcf3a1..11cbd31 100644 --- a/lib/libc/string/strrchr.c +++ b/lib/libc/string/strrchr.c @@ -1,2 +1,5 @@ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #define STRRCHR #include "rindex.c" |