X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fevent.h;h=71aae18dff4b2470b0be1edc765e97fd248c8be3;hp=ad31e15b47ec9d23cf45dcfb0d16d0bdca42d1fe;hb=4370b98bb1dfa9eb1e400549cb6fcb6711aa1b29;hpb=1401faf608e1c8af0d0754e545b0ec79d2bd5d93 diff --git a/src/event.h b/src/event.h index ad31e15b..71aae18d 100644 --- a/src/event.h +++ b/src/event.h @@ -1,7 +1,7 @@ /* event.h -- header for event.c - Copyright (C) 2002 Guus Sliepen , - 2002 Ivo Timmermans + Copyright (C) 2002-2003 Guus Sliepen , + 2002-2003 Ivo Timmermans This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,14 +17,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: event.h,v 1.1.4.5 2003/07/06 23:16:28 guus Exp $ + $Id: event.h,v 1.1.4.7 2003/07/17 15:06:26 guus Exp $ */ #ifndef __TINC_EVENT_H__ #define __TINC_EVENT_H__ -#include -#include +#include "avl_tree.h" extern avl_tree_t *event_tree;