diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:59:40 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:59:40 +0000 |
commit | de8609f0d3e6cbe73096f00287e0ea7c8addc5b2 (patch) | |
tree | d9f9877a2dde80b64191a839bb6be8a7954388b7 | |
parent | 39bf14f5245cca013c8341afe400b0cbc68f678e (diff) |
Merge with EOM 1.16
author: itojun
need string.h for netbsd/alpha
-rw-r--r-- | sbin/isakmpd/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/util.c b/sbin/isakmpd/util.c index 9128f4477d4..7201d2f21dd 100644 --- a/sbin/isakmpd/util.c +++ b/sbin/isakmpd/util.c @@ -1,5 +1,5 @@ -/* $OpenBSD: util.c,v 1.6 1999/08/05 22:40:37 niklas Exp $ */ -/* $EOM: util.c,v 1.15 1999/08/05 15:00:04 niklas Exp $ */ +/* $OpenBSD: util.c,v 1.7 2000/10/07 06:59:39 niklas Exp $ */ +/* $EOM: util.c,v 1.16 2000/10/04 16:36:56 itojun Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -36,6 +36,7 @@ #include <sys/types.h> #include <stdlib.h> +#include <string.h> #include "sysdep.h" |