From 7077aaa54f4c5ddfba95e3f4ba44c563851338e3 Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Tue, 8 Apr 2014 12:26:19 +0100 Subject: Fixes for Windows build post change 1006 Windows still needs the definition of in_addr_t Change-Id: I43c417de8e8199cfa58b9d494be5e828f959f1a9 Reviewed-on: https://code.wireshark.org/review/1009 Reviewed-by: Graham Bloice Tested-by: Graham Bloice --- epan/dissectors/packet-lbtrm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-lbtrm.c') diff --git a/epan/dissectors/packet-lbtrm.c b/epan/dissectors/packet-lbtrm.c index 7ff060ad5a..d4f97f9c5f 100644 --- a/epan/dissectors/packet-lbtrm.c +++ b/epan/dissectors/packet-lbtrm.c @@ -25,6 +25,8 @@ #include "config.h" #ifdef HAVE_ARPA_INET_H #include +#else + typedef unsigned int in_addr_t; #endif #if HAVE_WINSOCK2_H #include -- cgit v1.2.3