Question about installing bro

Same problem comes again... It's because of the library functions time.h is
using. You can either change the line

#include <sys/time.h>

in Func.cc to

#include <time.h>

or add this line directly. Then everything is done.

Good luck,
-Wei Li