From 07b7fabf427c49c9fcdd531aebfcef49ad211e11 Mon Sep 17 00:00:00 2001 From: chl Date: Sat, 17 Jul 2010 17:16:47 +0000 Subject: [PATCH] add missing header needed by event_warn() ok nicm@ --- lib/libevent/buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libevent/buffer.c b/lib/libevent/buffer.c index 8a3b9d1b850..71e9fb54584 100644 --- a/lib/libevent/buffer.c +++ b/lib/libevent/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.18 2010/07/12 18:03:38 nicm Exp $ */ +/* $OpenBSD: buffer.c,v 1.19 2010/07/17 17:16:47 chl Exp $ */ /* * Copyright (c) 2002, 2003 Niels Provos @@ -65,6 +65,7 @@ #include "event.h" #include "evutil.h" +#include "./log.h" struct evbuffer * evbuffer_new(void) -- 2.20.1