diff options
Diffstat (limited to 'lib/libipsec/ipsec_strerror.c')
| -rw-r--r-- | lib/libipsec/ipsec_strerror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libipsec/ipsec_strerror.c b/lib/libipsec/ipsec_strerror.c index d53a9e3cadc6..203b6517edb4 100644 --- a/lib/libipsec/ipsec_strerror.c +++ b/lib/libipsec/ipsec_strerror.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $KAME: ipsec_strerror.c,v 1.7 2000/07/30 00:45:12 itojun Exp $ */ /* @@ -30,6 +29,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/param.h> |
