$OpenBSD$ missing includes --- epan/dissectors/packet-fcdns.c.orig Thu Jan 12 15:11:42 2012 +++ epan/dissectors/packet-fcdns.c Thu Jan 12 16:36:23 2012 @@ -27,6 +27,12 @@ # include "config.h" #endif +#include + +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #ifdef HAVE_NETINET_IN_H # include #endif