index
:
salticidae
Minimal C++ asynchronous network library.
log msg
author
committer
range
c-bindings
error-handling
master
multiloops
new-lf-queue
one-way-handshake
tls
about
summary
refs
log
tree
commit
diff
path:
root
/
include
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'include')
-rw-r--r--
include/salticidae/event.h
5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/salticidae/event.h b/include/salticidae/event.h
index 75d1d0f..9c59a6a 100644
--- a/
include/salticidae/event.h
+++ b/
include/salticidae/event.h
@@ -25,6 +25,11 @@
#ifndef _SALTICIDAE_EVENT_H
#define _SALTICIDAE_EVENT_H
+#include <event2/event.h>
+
+#include "salticidae/util.h"
+#include "salticidae/ref.h"
+
namespace salticidae {
struct _event_context_deleter {