From 7d943e11a4e81b0d1b7193b141b760f577bc33aa Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 2 Jan 2015 19:20:03 +0100 Subject: Add back "version.h" inclusion It got removed by the automatic include cleaning scripts Also add it to text2pcap.c as it is used to get the version when writing a pcapng file Change-Id: I3d56985fa1d04bcb066fe015a588c24cf3cb7267 Reviewed-on: https://code.wireshark.org/review/6248 Reviewed-by: Pascal Quantin --- text2pcap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'text2pcap.c') diff --git a/text2pcap.c b/text2pcap.c index 5da91378c8..326a1ca96d 100644 --- a/text2pcap.c +++ b/text2pcap.c @@ -142,6 +142,7 @@ #include "pcapio.h" #include "text2pcap.h" +#include "version.h" #ifdef _WIN32 #include -- cgit v1.2.1