]> git.meshlink.io Git - meshlink/commitdiff
Add missing #include.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 16 Sep 2009 18:16:54 +0000 (20:16 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 16 Sep 2009 18:16:54 +0000 (20:16 +0200)
src/net.h

index 57e9d8db3a0c7ddb05a915e6c7a4f970c49406a1..c9e2932c2ca5c54235991a0e63c5fba92f7965cd 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"