In Ubuntu 20.04, when building, make complains about "stderr" and "fprintf" in networkTracker.cpp. Adding #include <cstdio> solved the issue.
In Ubuntu 20.04, when building, make complains about "stderr" and "fprintf" in networkTracker.cpp.
Adding #include solved the issue.