From 3db13a7fc9f08fdb238f06e73a42b39396fee84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 19 Apr 2016 08:03:08 +0100 Subject: Link version code statically again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows keeping the code-sharing with the static linking. This "fixes" a hypothetical ABI mismatch with wsutil and avoids pulling more external dependencies to wsutil than strictly necessary. A nice side-effect is that libwsutil no longer depends on version.h. Follow up to f95976eefcbeb5d24df383c29d29ef888b503945. Change-Id: I8f0d6a557ab3f7ce6f0e2c269124c89f29d6ad23 Reviewed-on: https://code.wireshark.org/review/15002 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- ui/gtk/main_titlebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/main_titlebar.c') diff --git a/ui/gtk/main_titlebar.c b/ui/gtk/main_titlebar.c index e1728d48a3..b180b79ca2 100644 --- a/ui/gtk/main_titlebar.c +++ b/ui/gtk/main_titlebar.c @@ -32,7 +32,7 @@ #include "gui_utils.h" #include "main_titlebar.h" -#include +#include /* * Key to attach the "un-decorated" title to the window, so that if the -- cgit v1.2.3