Add missing #include.
This commit is contained in:
parent
075e6828a7
commit
2f97bdb46b
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#ifndef __TINC_NET_H__
|
||||
#define __TINC_NET_H__
|
||||
|
||||
#include <event.h>
|
||||
|
||||
#include "ipv6.h"
|
||||
#include "cipher.h"
|
||||
#include "digest.h"
|
||||
|
|
Loading…
Reference in a new issue