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