diff options
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r-- | lib/libz/example.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index 8307c84..8c8cdfb 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -3,7 +3,8 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdio.h> #include "zlib.h" |