$OpenBSD: patch-epan_dissectors_packet-lbmr_c,v 1.1 2014/10/17 23:29:46 sthen Exp $
--- epan/dissectors/packet-lbmr.c.orig	Sat Oct 18 00:07:34 2014
+++ epan/dissectors/packet-lbmr.c	Sat Oct 18 00:09:44 2014
@@ -23,6 +23,9 @@
  */
 
 #include "config.h"
+#ifdef HAVE_NETINET_IN_H
+    #include <netinet/in.h>
+#endif
 #ifdef HAVE_ARPA_INET_H
     #include <arpa/inet.h>
 #endif
