artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b09a50
)
add missing header needed by event_warn()
author
chl
<chl@openbsd.org>
Sat, 17 Jul 2010 17:16:47 +0000
(17:16 +0000)
committer
chl
<chl@openbsd.org>
Sat, 17 Jul 2010 17:16:47 +0000
(17:16 +0000)
ok nicm@
lib/libevent/buffer.c
patch
|
blob
|
history
diff --git
a/lib/libevent/buffer.c
b/lib/libevent/buffer.c
index
8a3b9d1
..
71e9fb5
100644
(file)
--- a/
lib/libevent/buffer.c
+++ b/
lib/libevent/buffer.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: buffer.c,v 1.1
8 2010/07/12 18:03:38 nicm Exp $
*/
+/* $OpenBSD: buffer.c,v 1.1
9 2010/07/17 17:16:47 chl Exp $
*/
/*
* Copyright (c) 2002, 2003 Niels Provos <provos@citi.umich.edu>
@@
-65,6
+65,7
@@
#include "event.h"
#include "evutil.h"
+#include "./log.h"
struct evbuffer *
evbuffer_new(void)