Skip to content

Commit e46fd82

Browse files
committed
Tests: add missing includes
Could not compile tests on FreeBSD otherwise.
1 parent 76ac586 commit e46fd82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/core/netflow/tools/MsgGen.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include <stdexcept>
55
#include <iomanip>
66
#include <iostream>
7+
#include <netinet/in.h>
8+
#include <sys/socket.h>
79

810
#include <core/netflow2ipfix/netflow_structs.h>
911

0 commit comments

Comments
 (0)