Bro Build on OpenBSD 5.2 amd64

Attempting to build a port on OpenBSD 5.2 amd64 and have gotten to a
specific build error.

Was wondering if anyone might have insight into how to resolve/correct
the issue?

FWIW, although the install docs mention a requirement for BIND8, it
appears that the configure script accepts libbind 6.0 as equivalent.

log is attached. any help would be appreciated.

Thank you.

build.log (33.4 KB)

If you are in bro-dev mail list, you probably received one email which provides the solution (by Jon) for the problems shown in your log.
Quick answer is add a line #include <sys/types.h> before #include <sys/socket.h> for bro_inet_ntop.h and threading/SerialTypes.h

-Shoufu-