diff options
Diffstat (limited to 'lib/libz/inffast.c')
-rw-r--r-- | lib/libz/inffast.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libz/inffast.c b/lib/libz/inffast.c index 61a78ee..0f1471a 100644 --- a/lib/libz/inffast.c +++ b/lib/libz/inffast.c @@ -3,6 +3,9 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "zutil.h" #include "inftrees.h" #include "infblock.h" |