summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/isakmp_cfg.c5
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"