summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/cert.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/cert.c b/sbin/isakmpd/cert.c
index b718da4dc72..ade80c2dd46 100644
--- a/sbin/isakmpd/cert.c
+++ b/sbin/isakmpd/cert.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: cert.c,v 1.7 1998/11/17 11:10:08 niklas Exp $ */
-/* $EOM: cert.c,v 1.6 1998/10/07 16:40:43 niklas Exp $ */
+/* $OpenBSD: cert.c,v 1.8 1999/02/26 03:34:02 niklas Exp $ */
+/* $EOM: cert.c,v 1.7 1999/02/25 11:38:45 niklas Exp $ */
/*
* Copyright (c) 1998 Niels Provos. All rights reserved.
@@ -38,6 +38,8 @@
#include <stdlib.h>
#include <string.h>
+#include "sysdep.h"
+
#include "cert.h"
#include "isakmp_num.h"
#include "x509.h"