summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/prf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/prf.c b/sbin/isakmpd/prf.c
index 5d77f99e26f..1405d12b309 100644
--- a/sbin/isakmpd/prf.c
+++ b/sbin/isakmpd/prf.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: prf.c,v 1.3 1998/11/17 11:10:19 niklas Exp $ */
-/* $EOM: prf.c,v 1.3 1998/07/23 09:00:47 niklas Exp $ */
+/* $OpenBSD: prf.c,v 1.4 1999/02/26 03:49:27 niklas Exp $ */
+/* $EOM: prf.c,v 1.4 1999/02/25 11:39:19 niklas Exp $ */
/*
* Copyright (c) 1998 Niels Provos. All rights reserved.
@@ -38,6 +38,8 @@
#include <stdlib.h>
#include <string.h>
+#include "sysdep.h"
+
#include "hash.h"
#include "log.h"
#include "prf.h"