diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-27 03:10:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-27 03:10:56 +0000 |
commit | 03b589220aefb4ec6bc9acd068982c17c34f2bc4 (patch) | |
tree | e75543e6b98b7ee9cd837d8eb85701bc2a5549b8 | |
parent | 1defc1e9c00f64228ef1a61ee2dc0717cf485b4e (diff) |
un-bork
-rw-r--r-- | sbin/isakmpd/isakmp_cfg.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmp_cfg.c b/sbin/isakmpd/isakmp_cfg.c index aa4466b2731..f575687f902 100644 --- a/sbin/isakmpd/isakmp_cfg.c +++ b/sbin/isakmpd/isakmp_cfg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmp_cfg.c,v 1.5 2001/08/23 19:44:28 niklas Exp $ */ +/* $OpenBSD: isakmp_cfg.c,v 1.6 2001/08/27 03:10:55 deraadt Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist. All rights reserved. @@ -34,10 +34,11 @@ * (http://www.gatespace.com/). */ -#include <stdlib.h> #include <sys/types.h> +#include <stdlib.h> #include <netinet/in.h> #include <arpa/inet.h> +#include <string.h> #include "sysdep.h" |