Add missing #include.

This commit is contained in:
Guus Sliepen 2009-09-16 20:16:54 +02:00
parent 075e6828a7
commit 2f97bdb46b

View file

@ -23,6 +23,8 @@
#ifndef __TINC_NET_H__
#define __TINC_NET_H__
#include <event.h>
#include "ipv6.h"
#include "cipher.h"
#include "digest.h"