projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075e682
)
Add missing #include.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 16 Sep 2009 18:16:54 +0000
(20:16 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 16 Sep 2009 18:16:54 +0000
(20:16 +0200)
src/net.h
patch
|
blob
|
history
diff --git
a/src/net.h
b/src/net.h
index
57e9d8d
..
c9e2932
100644
(file)
--- a/
src/net.h
+++ b/
src/net.h
@@
-23,6
+23,8
@@
#ifndef __TINC_NET_H__
#define __TINC_NET_H__
+#include <event.h>
+
#include "ipv6.h"
#include "cipher.h"
#include "digest.h"