$OpenBSD: patch-epan_dissectors_packet-lbtrm_c,v 1.1 2014/10/17 23:29:46 sthen Exp $
--- epan/dissectors/packet-lbtrm.c.orig	Sat Oct 18 00:07:34 2014
+++ epan/dissectors/packet-lbtrm.c	Sat Oct 18 00:10:02 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
