summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/relayd/buffer.c')
-rw-r--r--usr.sbin/relayd/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/relayd/buffer.c b/usr.sbin/relayd/buffer.c
index 7133094ddfc..4d85f78ea57 100644
--- a/usr.sbin/relayd/buffer.c
+++ b/usr.sbin/relayd/buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: buffer.c,v 1.4 2007/01/09 00:45:32 deraadt Exp $ */
+/* $OpenBSD: buffer.c,v 1.5 2007/01/29 14:23:31 pyr Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -30,6 +30,8 @@
#include <string.h>
#include <unistd.h>
+#include <openssl/ssl.h>
+
#include "hoststated.h"
int buf_realloc(struct buf *, size_t);