diff --git a/include/statistics.h b/include/statistics.h index 3e25022c2..fad5c3b35 100644 --- a/include/statistics.h +++ b/include/statistics.h @@ -1,7 +1,10 @@ #ifndef STATISTICS_H_ #define STATISTICS_H_ -#include "call.h" +#include "aux.h" + +struct call; +struct packet_stream; struct stats { atomic64 packets;