summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/opencrypto/deflate.c')
-rw-r--r--sys/opencrypto/deflate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c
index af13ee6..6ffc7a7 100644
--- a/sys/opencrypto/deflate.c
+++ b/sys/opencrypto/deflate.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $OpenBSD: deflate.c,v 1.3 2001/08/20 02:45:22 hugh Exp $ */
/*
@@ -33,6 +32,9 @@
* functions using the zlib library (see net/zlib.{c,h})
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/malloc.h>
#include <sys/param.h>
OpenPOWER on IntegriCloud