matbits
Results
2
comments of
matbits
Hello together, I looked into the code and found a possible reason for the segv message (unfortunate I do not have time to test the pcap stream against a fixed...
yes, I needed to import `` : ``` diff --git a/flashroute/dump_result.h b/flashroute/dump_result.h index b0876ea..7e2c0dc 100644 --- a/flashroute/dump_result.h +++ b/flashroute/dump_result.h @@ -3,6 +3,7 @@ #include #include +#include #include #include ``` afterwards...