From 681936dd2eed3200f1297fdc251e95ec5f5e5744 Mon Sep 17 00:00:00 2001 From: wmeier Date: Mon, 30 Jan 2012 00:44:11 +0000 Subject: Fix QtShark compile error. (Quoting can be tricky ...) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40766 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture-wpcap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'capture-wpcap.c') diff --git a/capture-wpcap.c b/capture-wpcap.c index 26a7ca169b..876cd980d6 100644 --- a/capture-wpcap.c +++ b/capture-wpcap.c @@ -32,6 +32,8 @@ #include #include +#include + #include "capture_ifinfo.h" #include "capture-pcap-util.h" #include "capture-pcap-util-int.h" @@ -903,7 +905,7 @@ cant_get_if_list_error_message(const char *err_str) void get_compiled_pcap_version(GString *str) { - g_string_append(str, "with WinPcap (" PCAP_VERSION ")"); + g_string_append(str, "with WinPcap (" STRINGIFY(PCAP_VERSION) ")"); } /* -- cgit v1.2.3